Html Css Color HEX #236194 Endeavour

📋 copy color: '#236194'

red 35 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #236194

Tints of Endeavour #236194

RGB

 RED value IS 35 (14.06% from 255) = 12.5%

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

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 12.5%
G = 34.64%
B = 52.86%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#236194 (or 0x236194) is known color: Endeavour. HEX triplet: 23, 61 and 94. RGB value is (35,97,148). Sum of RGB (Red+Green+Blue) = 35+97+148=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #236194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236194 is #DC9E6B. Grayscale: #545454. Windows color (decimal): -14458476 or 9724195. OLE color: 9724195.

HSL color Cylindrical-coordinate representation of color #236194: hue angle of 207.08º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236194 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 97 148 -
CMYK 0.76 0.34 0 0.42
HSL 207.08º 0.62% 0.36% -
HSV(B) 207.08º 0.76% 0.58% -
XYZ 10.31 11.04 29.61 -
YUV 84.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 35 97 148 0.76 0.34 0 0.42 207.08 0.62 0.36
Hex 23 61 94 4C 22 0 2A CF 3E 24
Octal 43 141 224 114 42 0 52 317 76 44
Binary 100011 1100001 10010100 1001100 100010 0 101010 11001111 111110 100100

Color Harmonies of #236194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236194

Black with #236194

Text Example


Text Example

White with #236194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236194; }

 p { color: rgb(35,97,148); }

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

background-color css

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

 a { background-color: rgb(35,97,148); }

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

border-color css

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

 span { border-color: rgb(35,97,148); }

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