Html Css Color HEX #252D6B Deep Koamaru

📋 copy color: '#252D6B'

red 37 ◦ green 45 ◦ blue 107

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

Shades of Deep Koamaru #252D6B

Tints of Deep Koamaru #252D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 19.58%
G = 23.81%
B = 56.61%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252D6B (or 0x252D6B) is known color: Deep Koamaru. HEX triplet: 25, 2D and 6B. RGB value is (37,45,107). Sum of RGB (Red+Green+Blue) = 37+45+107=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #252D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D6B is #DAD294. Grayscale: #313131. Windows color (decimal): -14340757 or 7023909. OLE color: 7023909.

HSL color Cylindrical-coordinate representation of color #252D6B: hue angle of 233.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252D6B is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 45 107 -
CMYK 0.65 0.58 0 0.58
HSL 233.14º 0.49% 0.28% -
HSV(B) 233.14º 0.65% 0.42% -
XYZ 4.36 3.33 14.32 -
YUV 49.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 37 45 107 0.65 0.58 0 0.58 233.14 0.49 0.28
Hex 25 2D 6B 41 3A 0 3A E9 31 1C
Octal 45 55 153 101 72 0 72 351 61 34
Binary 100101 101101 1101011 1000001 111010 0 111010 11101001 110001 11100

Color Harmonies of #252D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D6B

Black with #252D6B

Text Example


Text Example

White with #252D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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