Html Css Color HEX #214C85 Endeavour

📋 copy color: '#214C85'

red 33 ◦ green 76 ◦ blue 133

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

Shades of Endeavour #214C85

Tints of Endeavour #214C85

RGB

 RED value IS 33 (13.28% from 255) = 13.64%

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 13.64%
G = 31.4%
B = 54.96%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214C85 (or 0x214C85) is known color: Endeavour. HEX triplet: 21, 4C and 85. RGB value is (33,76,133). Sum of RGB (Red+Green+Blue) = 33+76+133=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #214C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C85 is #DEB37A. Grayscale: #454545. Windows color (decimal): -14594939 or 8735777. OLE color: 8735777.

HSL color Cylindrical-coordinate representation of color #214C85: hue angle of 214.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214C85 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 76 133 -
CMYK 0.75 0.43 0 0.48
HSL 214.2º 0.6% 0.33% -
HSV(B) 214.2º 0.75% 0.52% -
XYZ 7.45 7.19 23.18 -
YUV 69.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 33 76 133 0.75 0.43 0 0.48 214.2 0.6 0.33
Hex 21 4C 85 4B 2B 0 30 D6 3C 21
Octal 41 114 205 113 53 0 60 326 74 41
Binary 100001 1001100 10000101 1001011 101011 0 110000 11010110 111100 100001

Color Harmonies of #214C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C85

Black with #214C85

Text Example


Text Example

White with #214C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214C85; }

 p { color: rgb(33,76,133); }

 H1.HeaderClassName
 {
   color: #214C85;
 }
 .AnyTagClassName
 {
   color: #214C85;
 }
</style>

background-color css

<style>
 a { background-color: #214C85; }

 a { background-color: rgb(33,76,133); }

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

border-color css

<style>
 span { border-color: #214C85; }

 span { border-color: rgb(33,76,133); }

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