Html Css Color HEX #252A6E Deep Koamaru

📋 copy color: '#252A6E'

red 37 ◦ green 42 ◦ blue 110

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

Shades of Deep Koamaru #252A6E

Tints of Deep Koamaru #252A6E

RGB

 RED value IS 37 (14.84% from 255) = 19.58%

 GREEN value IS 42 (16.8% from 255) = 22.22%

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 19.58%
G = 22.22%
B = 58.2%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#252A6E (or 0x252A6E) is known color: Deep Koamaru. HEX triplet: 25, 2A and 6E. RGB value is (37,42,110). Sum of RGB (Red+Green+Blue) = 37+42+110=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #252A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A6E is #DAD591. Grayscale: #2F2F2F. Windows color (decimal): -14341522 or 7219749. OLE color: 7219749.

HSL color Cylindrical-coordinate representation of color #252A6E: hue angle of 235.89º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #252A6E is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 42 110 -
CMYK 0.66 0.62 0 0.57
HSL 235.89º 0.5% 0.29% -
HSV(B) 235.89º 0.66% 0.43% -
XYZ 4.41 3.18 15.13 -
YUV 48.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 37 42 110 0.66 0.62 0 0.57 235.89 0.5 0.29
Hex 25 2A 6E 42 3E 0 39 EC 32 1D
Octal 45 52 156 102 76 0 71 354 62 35
Binary 100101 101010 1101110 1000010 111110 0 111001 11101100 110010 11101

Color Harmonies of #252A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A6E

Black with #252A6E

Text Example


Text Example

White with #252A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252A6E; }

 p { color: rgb(37,42,110); }

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

background-color css

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

 a { background-color: rgb(37,42,110); }

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

border-color css

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

 span { border-color: rgb(37,42,110); }

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