Html Css Color HEX #252A70 Deep Koamaru

📋 copy color: '#252A70'

red 37 ◦ green 42 ◦ blue 112

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

Shades of Deep Koamaru #252A70

Tints of Deep Koamaru #252A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 19.37%
G = 21.99%
B = 58.64%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#252A70 (or 0x252A70) is known color: Deep Koamaru. HEX triplet: 25, 2A and 70. RGB value is (37,42,112). Sum of RGB (Red+Green+Blue) = 37+42+112=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #252A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A70 is #DAD58F. Grayscale: #303030. Windows color (decimal): -14341520 or 7350821. OLE color: 7350821.

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

Color convert

RGB 37 42 112 -
CMYK 0.67 0.62 0 0.56
HSL 236º 0.5% 0.29% -
HSV(B) 236º 0.67% 0.44% -
XYZ 4.52 3.22 15.71 -
YUV 48.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 37 42 112 0.67 0.62 0 0.56 236 0.5 0.29
Hex 25 2A 70 43 3E 0 38 EC 32 1D
Octal 45 52 160 103 76 0 70 354 62 35
Binary 100101 101010 1110000 1000011 111110 0 111000 11101100 110010 11101

Color Harmonies of #252A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A70

Black with #252A70

Text Example


Text Example

White with #252A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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