Html Css Color HEX #435B96 Mariner

📋 copy color: '#435B96'

red 67 ◦ green 91 ◦ blue 150

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

Shades of Mariner #435B96

Tints of Mariner #435B96

RGB

 RED value IS 67 (26.56% from 255) = 21.75%

 GREEN value IS 91 (35.94% from 255) = 29.55%

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 21.75%
G = 29.55%
B = 48.7%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#435B96 (or 0x435B96) is known color: Mariner. HEX triplet: 43, 5B and 96. RGB value is (67,91,150). Sum of RGB (Red+Green+Blue) = 67+91+150=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #435B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435B96 is #BCA469. Grayscale: #5A5A5A. Windows color (decimal): -12362858 or 9853763. OLE color: 9853763.

HSL color Cylindrical-coordinate representation of color #435B96: hue angle of 222.65º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435B96 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 91 150 -
CMYK 0.55 0.39 0 0.41
HSL 222.65º 0.38% 0.43% -
HSV(B) 222.65º 0.55% 0.59% -
XYZ 11.56 10.88 30.34 -
YUV 90.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 67 91 150 0.55 0.39 0 0.41 222.65 0.38 0.43
Hex 43 5B 96 37 27 0 29 DF 26 2B
Octal 103 133 226 67 47 0 51 337 46 53
Binary 1000011 1011011 10010110 110111 100111 0 101001 11011111 100110 101011

Color Harmonies of #435B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435B96

Black with #435B96

Text Example


Text Example

White with #435B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435B96; }

 p { color: rgb(67,91,150); }

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

background-color css

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

 a { background-color: rgb(67,91,150); }

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

border-color css

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

 span { border-color: rgb(67,91,150); }

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