Html Css Color HEX #25306C Deep Koamaru

📋 copy color: '#25306C'

red 37 ◦ green 48 ◦ blue 108

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

Shades of Deep Koamaru #25306C

Tints of Deep Koamaru #25306C

RGB

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

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

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

R = 19.17%
G = 24.87%
B = 55.96%

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

#25306C (or 0x25306C) is known color: Deep Koamaru. HEX triplet: 25, 30 and 6C. RGB value is (37,48,108). Sum of RGB (Red+Green+Blue) = 37+48+108=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #25306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306C is #DACF93. Grayscale: #333333. Windows color (decimal): -14339988 or 7090213. OLE color: 7090213.

HSL color Cylindrical-coordinate representation of color #25306C: hue angle of 230.7º 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 #25306C is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 48 108 -
CMYK 0.66 0.56 0 0.58
HSL 230.7º 0.49% 0.28% -
HSV(B) 230.7º 0.66% 0.42% -
XYZ 4.53 3.59 14.64 -
YUV 51.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 37 48 108 0.66 0.56 0 0.58 230.7 0.49 0.28
Hex 25 30 6C 42 38 0 3A E7 31 1C
Octal 45 60 154 102 70 0 72 347 61 34
Binary 100101 110000 1101100 1000010 111000 0 111010 11100111 110001 11100

Color Harmonies of #25306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25306C

Black with #25306C

Text Example


Text Example

White with #25306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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