Html Css Color HEX #252B72 Deep Koamaru

📋 copy color: '#252B72'

red 37 ◦ green 43 ◦ blue 114

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

Shades of Deep Koamaru #252B72

Tints of Deep Koamaru #252B72

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.16%

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

R = 19.07%
G = 22.16%
B = 58.76%

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

#252B72 (or 0x252B72) is known color: Deep Koamaru. HEX triplet: 25, 2B and 72. RGB value is (37,43,114). Sum of RGB (Red+Green+Blue) = 37+43+114=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #252B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B72 is #DAD48D. Grayscale: #313131. Windows color (decimal): -14341262 or 7482149. OLE color: 7482149.

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

Color convert

RGB 37 43 114 -
CMYK 0.68 0.62 0 0.55
HSL 235.32º 0.51% 0.3% -
HSV(B) 235.32º 0.68% 0.45% -
XYZ 4.66 3.34 16.32 -
YUV 49.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 37 43 114 0.68 0.62 0 0.55 235.32 0.51 0.3
Hex 25 2B 72 44 3E 0 37 EB 33 1E
Octal 45 53 162 104 76 0 67 353 63 36
Binary 100101 101011 1110010 1000100 111110 0 110111 11101011 110011 11110

Color Harmonies of #252B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B72

Black with #252B72

Text Example


Text Example

White with #252B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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