Html Css Color HEX #253066 Deep Koamaru

📋 copy color: '#253066'

red 37 ◦ green 48 ◦ blue 102

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

Shades of Deep Koamaru #253066

Tints of Deep Koamaru #253066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 19.79%
G = 25.67%
B = 54.55%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#253066 (or 0x253066) is known color: Deep Koamaru. HEX triplet: 25, 30 and 66. RGB value is (37,48,102). Sum of RGB (Red+Green+Blue) = 37+48+102=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #253066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253066 is #DACF99. Grayscale: #323232. Windows color (decimal): -14339994 or 6696997. OLE color: 6696997.

HSL color Cylindrical-coordinate representation of color #253066: hue angle of 229.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253066 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 48 102 -
CMYK 0.64 0.53 0 0.6
HSL 229.85º 0.47% 0.27% -
HSV(B) 229.85º 0.64% 0.4% -
XYZ 4.22 3.47 13.02 -
YUV 50.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 37 48 102 0.64 0.53 0 0.6 229.85 0.47 0.27
Hex 25 30 66 40 35 0 3C E6 2F 1B
Octal 45 60 146 100 65 0 74 346 57 33
Binary 100101 110000 1100110 1000000 110101 0 111100 11100110 101111 11011

Color Harmonies of #253066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253066

Black with #253066

Text Example


Text Example

White with #253066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253066; }

 p { color: rgb(37,48,102); }

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

background-color css

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

 a { background-color: rgb(37,48,102); }

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

border-color css

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

 span { border-color: rgb(37,48,102); }

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