Html Css Color HEX #252F68 Deep Koamaru

📋 copy color: '#252F68'

red 37 ◦ green 47 ◦ blue 104

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

Shades of Deep Koamaru #252F68

Tints of Deep Koamaru #252F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

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

R = 19.68%
G = 25%
B = 55.32%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252F68 (or 0x252F68) is known color: Deep Koamaru. HEX triplet: 25, 2F and 68. RGB value is (37,47,104). Sum of RGB (Red+Green+Blue) = 37+47+104=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #252F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F68 is #DAD097. Grayscale: #323232. Windows color (decimal): -14340248 or 6827813. OLE color: 6827813.

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

Color convert

RGB 37 47 104 -
CMYK 0.64 0.55 0 0.59
HSL 231.04º 0.48% 0.28% -
HSV(B) 231.04º 0.64% 0.41% -
XYZ 4.28 3.43 13.53 -
YUV 50.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 37 47 104 0.64 0.55 0 0.59 231.04 0.48 0.28
Hex 25 2F 68 40 37 0 3B E7 30 1C
Octal 45 57 150 100 67 0 73 347 60 34
Binary 100101 101111 1101000 1000000 110111 0 111011 11100111 110000 11100

Color Harmonies of #252F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F68

Black with #252F68

Text Example


Text Example

White with #252F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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