Html Css Color HEX #2F7FAA Curious Blue

📋 copy color: '#2F7FAA'

red 47 ◦ green 127 ◦ blue 170

#2F7FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2F7FAA

Tints of Curious Blue #2F7FAA

RGB

 RED value IS 47 (18.75% from 255) = 13.66%

 GREEN value IS 127 (50% from 255) = 36.92%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 13.66%
G = 36.92%
B = 49.42%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F7FAA (or 0x2F7FAA) is known color: Curious Blue. HEX triplet: 2F, 7F and AA. RGB value is (47,127,170). Sum of RGB (Red+Green+Blue) = 47+127+170=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F7FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7FAA is #D08055. Grayscale: #6B6B6B. Windows color (decimal): -13664342 or 11173679. OLE color: 11173679.

HSL color Cylindrical-coordinate representation of color #2F7FAA: hue angle of 200.98º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F7FAA is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 127 170 -
CMYK 0.72 0.25 0 0.33
HSL 200.98º 0.57% 0.43% -
HSV(B) 200.98º 0.72% 0.67% -
XYZ 16.02 18.69 40.79 -
YUV 107.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 47 127 170 0.72 0.25 0 0.33 200.98 0.57 0.43
Hex 2F 7F AA 48 19 0 21 C9 39 2B
Octal 57 177 252 110 31 0 41 311 71 53
Binary 101111 1111111 10101010 1001000 11001 0 100001 11001001 111001 101011

Color Harmonies of #2F7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FAA

Black with #2F7FAA

Text Example


Text Example

White with #2F7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F7FAA; }

 p { color: rgb(47,127,170); }

 H1.HeaderClassName
 {
   color: #2F7FAA;
 }
 .AnyTagClassName
 {
   color: #2F7FAA;
 }
</style>

background-color css

<style>
 a { background-color: #2F7FAA; }

 a { background-color: rgb(47,127,170); }

 div.DivClassName
 {
   background-color: #2F7FAA;
 }
 .BgClassName
 {
   background-color: #2F7FAA;
 }
</style>

border-color css

<style>
 span { border-color: #2F7FAA; }

 span { border-color: rgb(47,127,170); }

 td.TdClassName
 {
   border-color: #2F7FAA;
 }
 .TagClassName
 {
   border-color: #2F7FAA;
 }
</style>