Html Css Color HEX #2F6193 Endeavour

📋 copy color: '#2F6193'

red 47 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #2F6193

Tints of Endeavour #2F6193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 16.15%
G = 33.33%
B = 50.52%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F6193 (or 0x2F6193) is known color: Endeavour. HEX triplet: 2F, 61 and 93. RGB value is (47,97,147). Sum of RGB (Red+Green+Blue) = 47+97+147=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F6193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6193 is #D09E6C. Grayscale: #575757. Windows color (decimal): -13672045 or 9658671. OLE color: 9658671.

HSL color Cylindrical-coordinate representation of color #2F6193: hue angle of 210º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6193 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 97 147 -
CMYK 0.68 0.34 0 0.42
HSL 210º 0.52% 0.38% -
HSV(B) 210º 0.68% 0.58% -
XYZ 10.71 11.26 29.21 -
YUV 87.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 47 97 147 0.68 0.34 0 0.42 210 0.52 0.38
Hex 2F 61 93 44 22 0 2A D2 34 26
Octal 57 141 223 104 42 0 52 322 64 46
Binary 101111 1100001 10010011 1000100 100010 0 101010 11010010 110100 100110

Color Harmonies of #2F6193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6193

Black with #2F6193

Text Example


Text Example

White with #2F6193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,147); }

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

background-color css

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

 a { background-color: rgb(47,97,147); }

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

border-color css

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

 span { border-color: rgb(47,97,147); }

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