Html Css Color HEX #2F76BE Curious Blue

📋 copy color: '#2F76BE'

red 47 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #2F76BE

Tints of Curious Blue #2F76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 13.24%
G = 33.24%
B = 53.52%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F76BE (or 0x2F76BE) is known color: Curious Blue. HEX triplet: 2F, 76 and BE. RGB value is (47,118,190). Sum of RGB (Red+Green+Blue) = 47+118+190=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F76BE is #D08941. Grayscale: #686868. Windows color (decimal): -13666626 or 12482095. OLE color: 12482095.

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

Color convert

RGB 47 118 190 -
CMYK 0.75 0.38 0 0.25
HSL 210.21º 0.6% 0.46% -
HSV(B) 210.21º 0.75% 0.75% -
XYZ 16.94 17.28 51.16 -
YUV 104.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 47 118 190 0.75 0.38 0 0.25 210.21 0.6 0.46
Hex 2F 76 BE 4B 26 0 19 D2 3C 2E
Octal 57 166 276 113 46 0 31 322 74 56
Binary 101111 1110110 10111110 1001011 100110 0 11001 11010010 111100 101110

Color Harmonies of #2F76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F76BE

Black with #2F76BE

Text Example


Text Example

White with #2F76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,190); }

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

background-color css

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

 a { background-color: rgb(47,118,190); }

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

border-color css

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

 span { border-color: rgb(47,118,190); }

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