Html Css Color HEX #252C72 Deep Koamaru

📋 copy color: '#252C72'

red 37 ◦ green 44 ◦ blue 114

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

Shades of Deep Koamaru #252C72

Tints of Deep Koamaru #252C72

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 18.97%
G = 22.56%
B = 58.46%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252C72 (or 0x252C72) is known color: Deep Koamaru. HEX triplet: 25, 2C and 72. RGB value is (37,44,114). Sum of RGB (Red+Green+Blue) = 37+44+114=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #252C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C72 is #DAD38D. Grayscale: #313131. Windows color (decimal): -14341006 or 7482405. OLE color: 7482405.

HSL color Cylindrical-coordinate representation of color #252C72: hue angle of 234.55º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252C72 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 44 114 -
CMYK 0.68 0.61 0 0.55
HSL 234.55º 0.51% 0.3% -
HSV(B) 234.55º 0.68% 0.45% -
XYZ 4.7 3.41 16.33 -
YUV 49.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 37 44 114 0.68 0.61 0 0.55 234.55 0.51 0.3
Hex 25 2C 72 44 3D 0 37 EB 33 1E
Octal 45 54 162 104 75 0 67 353 63 36
Binary 100101 101100 1110010 1000100 111101 0 110111 11101011 110011 11110

Color Harmonies of #252C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C72

Black with #252C72

Text Example


Text Example

White with #252C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,114); }

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

background-color css

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

 a { background-color: rgb(37,44,114); }

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

border-color css

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

 span { border-color: rgb(37,44,114); }

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