Html Css Color HEX #252D73 Deep Koamaru

📋 copy color: '#252D73'

red 37 ◦ green 45 ◦ blue 115

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

Shades of Deep Koamaru #252D73

Tints of Deep Koamaru #252D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.84%

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 18.78%
G = 22.84%
B = 58.38%

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

#252D73 (or 0x252D73) is known color: Deep Koamaru. HEX triplet: 25, 2D and 73. RGB value is (37,45,115). Sum of RGB (Red+Green+Blue) = 37+45+115=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #252D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D73 is #DAD28C. Grayscale: #323232. Windows color (decimal): -14340749 or 7548197. OLE color: 7548197.

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

Color convert

RGB 37 45 115 -
CMYK 0.68 0.61 0 0.55
HSL 233.85º 0.51% 0.3% -
HSV(B) 233.85º 0.68% 0.45% -
XYZ 4.8 3.51 16.64 -
YUV 50.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 37 45 115 0.68 0.61 0 0.55 233.85 0.51 0.3
Hex 25 2D 73 44 3D 0 37 EA 33 1E
Octal 45 55 163 104 75 0 67 352 63 36
Binary 100101 101101 1110011 1000100 111101 0 110111 11101010 110011 11110

Color Harmonies of #252D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D73

Black with #252D73

Text Example


Text Example

White with #252D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,115); }

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

background-color css

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

 a { background-color: rgb(37,45,115); }

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

border-color css

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

 span { border-color: rgb(37,45,115); }

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