Html Css Color HEX #252F6C Deep Koamaru

📋 copy color: '#252F6C'

red 37 ◦ green 47 ◦ blue 108

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

Shades of Deep Koamaru #252F6C

Tints of Deep Koamaru #252F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.25%

R = 19.27%
G = 24.48%
B = 56.25%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252F6C (or 0x252F6C) is known color: Deep Koamaru. HEX triplet: 25, 2F and 6C. RGB value is (37,47,108). Sum of RGB (Red+Green+Blue) = 37+47+108=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #252F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F6C is #DAD093. Grayscale: #323232. Windows color (decimal): -14340244 or 7089957. OLE color: 7089957.

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

Color convert

RGB 37 47 108 -
CMYK 0.66 0.56 0 0.58
HSL 231.55º 0.49% 0.28% -
HSV(B) 231.55º 0.66% 0.42% -
XYZ 4.49 3.51 14.63 -
YUV 50.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 37 47 108 0.66 0.56 0 0.58 231.55 0.49 0.28
Hex 25 2F 6C 42 38 0 3A E8 31 1C
Octal 45 57 154 102 70 0 72 350 61 34
Binary 100101 101111 1101100 1000010 111000 0 111010 11101000 110001 11100

Color Harmonies of #252F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F6C

Black with #252F6C

Text Example


Text Example

White with #252F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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