Html Css Color HEX #2F72BC Curious Blue

📋 copy color: '#2F72BC'

red 47 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #2F72BC

Tints of Curious Blue #2F72BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 13.47%
G = 32.66%
B = 53.87%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F72BC (or 0x2F72BC) is known color: Curious Blue. HEX triplet: 2F, 72 and BC. RGB value is (47,114,188). Sum of RGB (Red+Green+Blue) = 47+114+188=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F72BC is #D08D43. Grayscale: #666666. Windows color (decimal): -13667652 or 12349999. OLE color: 12349999.

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

Color convert

RGB 47 114 188 -
CMYK 0.75 0.39 0 0.26
HSL 211.49º 0.6% 0.46% -
HSV(B) 211.49º 0.75% 0.74% -
XYZ 16.27 16.27 49.86 -
YUV 102.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 47 114 188 0.75 0.39 0 0.26 211.49 0.6 0.46
Hex 2F 72 BC 4B 27 0 1A D3 3C 2E
Octal 57 162 274 113 47 0 32 323 74 56
Binary 101111 1110010 10111100 1001011 100111 0 11010 11010011 111100 101110

Color Harmonies of #2F72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F72BC

Black with #2F72BC

Text Example


Text Example

White with #2F72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,114,188); }

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

background-color css

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

 a { background-color: rgb(47,114,188); }

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

border-color css

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

 span { border-color: rgb(47,114,188); }

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