Html Css Color HEX #253068 Deep Koamaru

📋 copy color: '#253068'

red 37 ◦ green 48 ◦ blue 104

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

Shades of Deep Koamaru #253068

Tints of Deep Koamaru #253068

RGB

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

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

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

R = 19.58%
G = 25.4%
B = 55.03%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253068 (or 0x253068) is known color: Deep Koamaru. HEX triplet: 25, 30 and 68. RGB value is (37,48,104). Sum of RGB (Red+Green+Blue) = 37+48+104=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #253068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253068 is #DACF97. Grayscale: #323232. Windows color (decimal): -14339992 or 6828069. OLE color: 6828069.

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

Color convert

RGB 37 48 104 -
CMYK 0.64 0.54 0 0.59
HSL 230.15º 0.48% 0.28% -
HSV(B) 230.15º 0.64% 0.41% -
XYZ 4.32 3.51 13.55 -
YUV 51.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 37 48 104 0.64 0.54 0 0.59 230.15 0.48 0.28
Hex 25 30 68 40 36 0 3B E6 30 1C
Octal 45 60 150 100 66 0 73 346 60 34
Binary 100101 110000 1101000 1000000 110110 0 111011 11100110 110000 11100

Color Harmonies of #253068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253068

Black with #253068

Text Example


Text Example

White with #253068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253068; }

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

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

background-color css

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

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

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

border-color css

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

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

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