Html Css Color HEX #235C8C Endeavour

📋 copy color: '#235C8C'

red 35 ◦ green 92 ◦ blue 140

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

Shades of Endeavour #235C8C

Tints of Endeavour #235C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 13.11%
G = 34.46%
B = 52.43%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#235C8C (or 0x235C8C) is known color: Endeavour. HEX triplet: 23, 5C and 8C. RGB value is (35,92,140). Sum of RGB (Red+Green+Blue) = 35+92+140=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #235C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C8C is #DCA373. Grayscale: #505050. Windows color (decimal): -14459764 or 9198627. OLE color: 9198627.

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

Color convert

RGB 35 92 140 -
CMYK 0.75 0.34 0 0.45
HSL 207.43º 0.6% 0.34% -
HSV(B) 207.43º 0.75% 0.55% -
XYZ 9.25 9.91 26.24 -
YUV 80.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 35 92 140 0.75 0.34 0 0.45 207.43 0.6 0.34
Hex 23 5C 8C 4B 22 0 2D CF 3C 22
Octal 43 134 214 113 42 0 55 317 74 42
Binary 100011 1011100 10001100 1001011 100010 0 101101 11001111 111100 100010

Color Harmonies of #235C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C8C

Black with #235C8C

Text Example


Text Example

White with #235C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,92,140); }

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

background-color css

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

 a { background-color: rgb(35,92,140); }

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

border-color css

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

 span { border-color: rgb(35,92,140); }

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