Html Css Color HEX #252C74 Deep Koamaru

📋 copy color: '#252C74'

red 37 ◦ green 44 ◦ blue 116

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

Shades of Deep Koamaru #252C74

Tints of Deep Koamaru #252C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 18.78%
G = 22.34%
B = 58.88%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252C74 (or 0x252C74) is known color: Deep Koamaru. HEX triplet: 25, 2C and 74. RGB value is (37,44,116). Sum of RGB (Red+Green+Blue) = 37+44+116=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #252C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C74 is #DAD38B. Grayscale: #313131. Windows color (decimal): -14341004 or 7613477. OLE color: 7613477.

HSL color Cylindrical-coordinate representation of color #252C74: hue angle of 234.68º degrees, saturation: 0.52, 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 #252C74 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 44 116 -
CMYK 0.68 0.62 0 0.55
HSL 234.68º 0.52% 0.3% -
HSV(B) 234.68º 0.68% 0.45% -
XYZ 4.82 3.46 16.94 -
YUV 50.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 37 44 116 0.68 0.62 0 0.55 234.68 0.52 0.3
Hex 25 2C 74 44 3E 0 37 EB 34 1E
Octal 45 54 164 104 76 0 67 353 64 36
Binary 100101 101100 1110100 1000100 111110 0 110111 11101011 110100 11110

Color Harmonies of #252C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C74

Black with #252C74

Text Example


Text Example

White with #252C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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