Html Css Color HEX #235398 Endeavour

📋 copy color: '#235398'

red 35 ◦ green 83 ◦ blue 152

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

Shades of Endeavour #235398

Tints of Endeavour #235398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.3%

R = 12.96%
G = 30.74%
B = 56.3%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#235398 (or 0x235398) is known color: Endeavour. HEX triplet: 23, 53 and 98. RGB value is (35,83,152). Sum of RGB (Red+Green+Blue) = 35+83+152=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #235398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235398 is #DCAC67. Grayscale: #4C4C4C. Windows color (decimal): -14462056 or 9982755. OLE color: 9982755.

HSL color Cylindrical-coordinate representation of color #235398: hue angle of 215.38º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235398 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 83 152 -
CMYK 0.77 0.45 0 0.40
HSL 215.38º 0.63% 0.37% -
HSV(B) 215.38º 0.77% 0.6% -
XYZ 9.45 8.81 30.91 -
YUV 76.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 35 83 152 0.77 0.45 0 0.40 215.38 0.63 0.37
Hex 23 53 98 4D 2D 0 28 D7 3F 25
Octal 43 123 230 115 55 0 50 327 77 45
Binary 100011 1010011 10011000 1001101 101101 0 101000 11010111 111111 100101

Color Harmonies of #235398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235398

Black with #235398

Text Example


Text Example

White with #235398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235398; }

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

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

background-color css

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

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

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

border-color css

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

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

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