Html Css Color HEX #235A8B Endeavour

📋 copy color: '#235A8B'

red 35 ◦ green 90 ◦ blue 139

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

Shades of Endeavour #235A8B

Tints of Endeavour #235A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 13.26%
G = 34.09%
B = 52.65%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#235A8B (or 0x235A8B) is known color: Endeavour. HEX triplet: 23, 5A and 8B. RGB value is (35,90,139). Sum of RGB (Red+Green+Blue) = 35+90+139=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #235A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A8B is #DCA574. Grayscale: #4E4E4E. Windows color (decimal): -14460277 or 9132579. OLE color: 9132579.

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

Color convert

RGB 35 90 139 -
CMYK 0.75 0.35 0 0.45
HSL 208.27º 0.6% 0.34% -
HSV(B) 208.27º 0.75% 0.55% -
XYZ 9.01 9.53 25.79 -
YUV 79.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 35 90 139 0.75 0.35 0 0.45 208.27 0.6 0.34
Hex 23 5A 8B 4B 23 0 2D D0 3C 22
Octal 43 132 213 113 43 0 55 320 74 42
Binary 100011 1011010 10001011 1001011 100011 0 101101 11010000 111100 100010

Color Harmonies of #235A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A8B

Black with #235A8B

Text Example


Text Example

White with #235A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,139); }

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

background-color css

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

 a { background-color: rgb(35,90,139); }

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

border-color css

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

 span { border-color: rgb(35,90,139); }

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