Html Css Color HEX #2F74BF Curious Blue

📋 copy color: '#2F74BF'

red 47 ◦ green 116 ◦ blue 191

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

Shades of Curious Blue #2F74BF

Tints of Curious Blue #2F74BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 13.28%
G = 32.77%
B = 53.95%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F74BF (or 0x2F74BF) is known color: Curious Blue. HEX triplet: 2F, 74 and BF. RGB value is (47,116,191). Sum of RGB (Red+Green+Blue) = 47+116+191=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F74BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F74BF is #D08B40. Grayscale: #676767. Windows color (decimal): -13667137 or 12547119. OLE color: 12547119.

HSL color Cylindrical-coordinate representation of color #2F74BF: hue angle of 211.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F74BF is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 116 191 -
CMYK 0.75 0.39 0 0.25
HSL 211.25º 0.61% 0.47% -
HSV(B) 211.25º 0.75% 0.75% -
XYZ 16.82 16.86 51.66 -
YUV 103.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 47 116 191 0.75 0.39 0 0.25 211.25 0.61 0.47
Hex 2F 74 BF 4B 27 0 19 D3 3D 2F
Octal 57 164 277 113 47 0 31 323 75 57
Binary 101111 1110100 10111111 1001011 100111 0 11001 11010011 111101 101111

Color Harmonies of #2F74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F74BF

Black with #2F74BF

Text Example


Text Example

White with #2F74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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