Html Css Color HEX #235085 Endeavour

📋 copy color: '#235085'

red 35 ◦ green 80 ◦ blue 133

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

Shades of Endeavour #235085

Tints of Endeavour #235085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

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

R = 14.11%
G = 32.26%
B = 53.63%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#235085 (or 0x235085) is known color: Endeavour. HEX triplet: 23, 50 and 85. RGB value is (35,80,133). Sum of RGB (Red+Green+Blue) = 35+80+133=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #235085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235085 is #DCAF7A. Grayscale: #484848. Windows color (decimal): -14462843 or 8736803. OLE color: 8736803.

HSL color Cylindrical-coordinate representation of color #235085: hue angle of 212.45º 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 #235085 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 80 133 -
CMYK 0.74 0.40 0 0.48
HSL 212.45º 0.58% 0.33% -
HSV(B) 212.45º 0.74% 0.52% -
XYZ 7.8 7.79 23.28 -
YUV 72.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 35 80 133 0.74 0.40 0 0.48 212.45 0.58 0.33
Hex 23 50 85 4A 28 0 30 D4 3A 21
Octal 43 120 205 112 50 0 60 324 72 41
Binary 100011 1010000 10000101 1001010 101000 0 110000 11010100 111010 100001

Color Harmonies of #235085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235085

Black with #235085

Text Example


Text Example

White with #235085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235085; }

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

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

background-color css

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

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

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

border-color css

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

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

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