Html Css Color HEX #235E8D Endeavour

📋 copy color: '#235E8D'

red 35 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #235E8D

Tints of Endeavour #235E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 12.96%
G = 34.81%
B = 52.22%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#235E8D (or 0x235E8D) is known color: Endeavour. HEX triplet: 23, 5E and 8D. RGB value is (35,94,141). Sum of RGB (Red+Green+Blue) = 35+94+141=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #235E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E8D is #DCA172. Grayscale: #515151. Windows color (decimal): -14459251 or 9264675. OLE color: 9264675.

HSL color Cylindrical-coordinate representation of color #235E8D: hue angle of 206.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #235E8D is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 94 141 -
CMYK 0.75 0.33 0 0.45
HSL 206.6º 0.6% 0.35% -
HSV(B) 206.6º 0.75% 0.55% -
XYZ 9.5 10.29 26.68 -
YUV 81.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 35 94 141 0.75 0.33 0 0.45 206.6 0.6 0.35
Hex 23 5E 8D 4B 21 0 2D CF 3C 23
Octal 43 136 215 113 41 0 55 317 74 43
Binary 100011 1011110 10001101 1001011 100001 0 101101 11001111 111100 100011

Color Harmonies of #235E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E8D

Black with #235E8D

Text Example


Text Example

White with #235E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235E8D; }

 p { color: rgb(35,94,141); }

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

background-color css

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

 a { background-color: rgb(35,94,141); }

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

border-color css

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

 span { border-color: rgb(35,94,141); }

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