Html Css Color HEX #235385 Endeavour

📋 copy color: '#235385'

red 35 ◦ green 83 ◦ blue 133

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

Shades of Endeavour #235385

Tints of Endeavour #235385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 13.94%
G = 33.07%
B = 52.99%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#235385 (or 0x235385) is known color: Endeavour. HEX triplet: 23, 53 and 85. RGB value is (35,83,133). Sum of RGB (Red+Green+Blue) = 35+83+133=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #235385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235385 is #DCAC7A. Grayscale: #4A4A4A. Windows color (decimal): -14462075 or 8737571. OLE color: 8737571.

HSL color Cylindrical-coordinate representation of color #235385: hue angle of 210.61º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235385 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 83 133 -
CMYK 0.74 0.38 0 0.48
HSL 210.61º 0.58% 0.33% -
HSV(B) 210.61º 0.74% 0.52% -
XYZ 8.02 8.24 23.36 -
YUV 74.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 35 83 133 0.74 0.38 0 0.48 210.61 0.58 0.33
Hex 23 53 85 4A 26 0 30 D3 3A 21
Octal 43 123 205 112 46 0 60 323 72 41
Binary 100011 1010011 10000101 1001010 100110 0 110000 11010011 111010 100001

Color Harmonies of #235385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235385

Black with #235385

Text Example


Text Example

White with #235385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235385; }

 p { color: rgb(35,83,133); }

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

background-color css

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

 a { background-color: rgb(35,83,133); }

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

border-color css

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

 span { border-color: rgb(35,83,133); }

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