Html Css Color HEX #2F74BA Curious Blue

📋 copy color: '#2F74BA'

red 47 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #2F74BA

Tints of Curious Blue #2F74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 13.47%
G = 33.24%
B = 53.3%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F74BA (or 0x2F74BA) is known color: Curious Blue. HEX triplet: 2F, 74 and BA. RGB value is (47,116,186). Sum of RGB (Red+Green+Blue) = 47+116+186=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F74BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F74BA is #D08B45. Grayscale: #676767. Windows color (decimal): -13667142 or 12219439. OLE color: 12219439.

HSL color Cylindrical-coordinate representation of color #2F74BA: hue angle of 210.22º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F74BA is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 116 186 -
CMYK 0.75 0.38 0 0.27
HSL 210.22º 0.6% 0.46% -
HSV(B) 210.22º 0.75% 0.73% -
XYZ 16.28 16.64 48.81 -
YUV 103.35 174.64 87.81 -
System Red Green Blue C M Y K H S L
Decimal 47 116 186 0.75 0.38 0 0.27 210.22 0.6 0.46
Hex 2F 74 BA 4B 26 0 1B D2 3C 2E
Octal 57 164 272 113 46 0 33 322 74 56
Binary 101111 1110100 10111010 1001011 100110 0 11011 11010010 111100 101110

Color Harmonies of #2F74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F74BA

Black with #2F74BA

Text Example


Text Example

White with #2F74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,116,186); }

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

background-color css

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

 a { background-color: rgb(47,116,186); }

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

border-color css

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

 span { border-color: rgb(47,116,186); }

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