Html Css Color HEX #425CB0 Mariner

📋 copy color: '#425CB0'

red 66 ◦ green 92 ◦ blue 176

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

Shades of Mariner #425CB0

Tints of Mariner #425CB0

RGB

 RED value IS 66 (26.17% from 255) = 19.76%

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 176 (69.14% from 255) = 52.69%

R = 19.76%
G = 27.54%
B = 52.69%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#425CB0 (or 0x425CB0) is known color: Mariner. HEX triplet: 42, 5C and B0. RGB value is (66,92,176). Sum of RGB (Red+Green+Blue) = 66+92+176=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #425CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425CB0 is #BDA34F. Grayscale: #5D5D5D. Windows color (decimal): -12428112 or 11557954. OLE color: 11557954.

HSL color Cylindrical-coordinate representation of color #425CB0: hue angle of 225.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425CB0 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 92 176 -
CMYK 0.62 0.48 0 0.31
HSL 225.82º 0.45% 0.47% -
HSV(B) 225.82º 0.63% 0.69% -
XYZ 13.91 11.95 42.65 -
YUV 93.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 66 92 176 0.62 0.48 0 0.31 225.82 0.45 0.47
Hex 42 5C B0 3E 30 0 1F E2 2D 2F
Octal 102 134 260 76 60 0 37 342 55 57
Binary 1000010 1011100 10110000 111110 110000 0 11111 11100010 101101 101111

Color Harmonies of #425CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CB0

Black with #425CB0

Text Example


Text Example

White with #425CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425CB0; }

 p { color: rgb(66,92,176); }

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

background-color css

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

 a { background-color: rgb(66,92,176); }

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

border-color css

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

 span { border-color: rgb(66,92,176); }

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