Html Css Color HEX #23658C Endeavour

📋 copy color: '#23658C'

red 35 ◦ green 101 ◦ blue 140

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

Shades of Endeavour #23658C

Tints of Endeavour #23658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

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

R = 12.68%
G = 36.59%
B = 50.72%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23658C (or 0x23658C) is known color: Endeavour. HEX triplet: 23, 65 and 8C. RGB value is (35,101,140). Sum of RGB (Red+Green+Blue) = 35+101+140=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #23658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23658C is #DC9A73. Grayscale: #555555. Windows color (decimal): -14457460 or 9200931. OLE color: 9200931.

HSL color Cylindrical-coordinate representation of color #23658C: hue angle of 202.29º 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 #23658C is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 101 140 -
CMYK 0.75 0.28 0 0.45
HSL 202.29º 0.6% 0.34% -
HSV(B) 202.29º 0.75% 0.55% -
XYZ 10.08 11.56 26.51 -
YUV 85.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 35 101 140 0.75 0.28 0 0.45 202.29 0.6 0.34
Hex 23 65 8C 4B 1C 0 2D CA 3C 22
Octal 43 145 214 113 34 0 55 312 74 42
Binary 100011 1100101 10001100 1001011 11100 0 101101 11001010 111100 100010

Color Harmonies of #23658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23658C

Black with #23658C

Text Example


Text Example

White with #23658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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