Html Css Color HEX #25306A Deep Koamaru

📋 copy color: '#25306A'

red 37 ◦ green 48 ◦ blue 106

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

Shades of Deep Koamaru #25306A

Tints of Deep Koamaru #25306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 55.5%

R = 19.37%
G = 25.13%
B = 55.5%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25306A (or 0x25306A) is known color: Deep Koamaru. HEX triplet: 25, 30 and 6A. RGB value is (37,48,106). Sum of RGB (Red+Green+Blue) = 37+48+106=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #25306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306A is #DACF95. Grayscale: #333333. Windows color (decimal): -14339990 or 6959141. OLE color: 6959141.

HSL color Cylindrical-coordinate representation of color #25306A: hue angle of 230.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25306A is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 48 106 -
CMYK 0.65 0.55 0 0.58
HSL 230.43º 0.48% 0.28% -
HSV(B) 230.43º 0.65% 0.42% -
XYZ 4.42 3.55 14.09 -
YUV 51.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 37 48 106 0.65 0.55 0 0.58 230.43 0.48 0.28
Hex 25 30 6A 41 37 0 3A E6 30 1C
Octal 45 60 152 101 67 0 72 346 60 34
Binary 100101 110000 1101010 1000001 110111 0 111010 11100110 110000 11100

Color Harmonies of #25306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25306A

Black with #25306A

Text Example


Text Example

White with #25306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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