Html Css Color HEX #252C68 Deep Koamaru

📋 copy color: '#252C68'

red 37 ◦ green 44 ◦ blue 104

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

Shades of Deep Koamaru #252C68

Tints of Deep Koamaru #252C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 20%
G = 23.78%
B = 56.22%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252C68 (or 0x252C68) is known color: Deep Koamaru. HEX triplet: 25, 2C and 68. RGB value is (37,44,104). Sum of RGB (Red+Green+Blue) = 37+44+104=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #252C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C68 is #DAD397. Grayscale: #303030. Windows color (decimal): -14341016 or 6827045. OLE color: 6827045.

HSL color Cylindrical-coordinate representation of color #252C68: hue angle of 233.73º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252C68 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 44 104 -
CMYK 0.64 0.58 0 0.59
HSL 233.73º 0.48% 0.28% -
HSV(B) 233.73º 0.64% 0.41% -
XYZ 4.16 3.19 13.49 -
YUV 48.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 37 44 104 0.64 0.58 0 0.59 233.73 0.48 0.28
Hex 25 2C 68 40 3A 0 3B EA 30 1C
Octal 45 54 150 100 72 0 73 352 60 34
Binary 100101 101100 1101000 1000000 111010 0 111011 11101010 110000 11100

Color Harmonies of #252C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C68

Black with #252C68

Text Example


Text Example

White with #252C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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