Html Css Color HEX #235F9D Endeavour

📋 copy color: '#235F9D'

red 35 ◦ green 95 ◦ blue 157

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

Shades of Endeavour #235F9D

Tints of Endeavour #235F9D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 12.2%
G = 33.1%
B = 54.7%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#235F9D (or 0x235F9D) is known color: Endeavour. HEX triplet: 23, 5F and 9D. RGB value is (35,95,157). Sum of RGB (Red+Green+Blue) = 35+95+157=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #235F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235F9D is #DCA062. Grayscale: #535353. Windows color (decimal): -14458979 or 10313507. OLE color: 10313507.

HSL color Cylindrical-coordinate representation of color #235F9D: hue angle of 210.49º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235F9D is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 95 157 -
CMYK 0.78 0.39 0 0.38
HSL 210.49º 0.64% 0.38% -
HSV(B) 210.49º 0.78% 0.62% -
XYZ 10.87 10.98 33.44 -
YUV 84.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 35 95 157 0.78 0.39 0 0.38 210.49 0.64 0.38
Hex 23 5F 9D 4E 27 0 26 D2 40 26
Octal 43 137 235 116 47 0 46 322 100 46
Binary 100011 1011111 10011101 1001110 100111 0 100110 11010010 1000000 100110

Color Harmonies of #235F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235F9D

Black with #235F9D

Text Example


Text Example

White with #235F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,95,157); }

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

background-color css

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

 a { background-color: rgb(35,95,157); }

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

border-color css

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

 span { border-color: rgb(35,95,157); }

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