Html Css Color HEX #25306E Deep Koamaru

📋 copy color: '#25306E'

red 37 ◦ green 48 ◦ blue 110

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

Shades of Deep Koamaru #25306E

Tints of Deep Koamaru #25306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.41%

R = 18.97%
G = 24.62%
B = 56.41%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25306E (or 0x25306E) is known color: Deep Koamaru. HEX triplet: 25, 30 and 6E. RGB value is (37,48,110). Sum of RGB (Red+Green+Blue) = 37+48+110=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #25306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306E is #DACF91. Grayscale: #333333. Windows color (decimal): -14339986 or 7221285. OLE color: 7221285.

HSL color Cylindrical-coordinate representation of color #25306E: hue angle of 230.96º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25306E is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 48 110 -
CMYK 0.66 0.56 0 0.57
HSL 230.96º 0.5% 0.29% -
HSV(B) 230.96º 0.66% 0.43% -
XYZ 4.63 3.63 15.21 -
YUV 51.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 37 48 110 0.66 0.56 0 0.57 230.96 0.5 0.29
Hex 25 30 6E 42 38 0 39 E7 32 1D
Octal 45 60 156 102 70 0 71 347 62 35
Binary 100101 110000 1101110 1000010 111000 0 111001 11100111 110010 11101

Color Harmonies of #25306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25306E

Black with #25306E

Text Example


Text Example

White with #25306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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