Html Css Color HEX #25306D Deep Koamaru

📋 copy color: '#25306D'

red 37 ◦ green 48 ◦ blue 109

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

Shades of Deep Koamaru #25306D

Tints of Deep Koamaru #25306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 19.07%
G = 24.74%
B = 56.19%

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

#25306D (or 0x25306D) is known color: Deep Koamaru. HEX triplet: 25, 30 and 6D. RGB value is (37,48,109). Sum of RGB (Red+Green+Blue) = 37+48+109=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #25306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306D is #DACF92. Grayscale: #333333. Windows color (decimal): -14339987 or 7155749. OLE color: 7155749.

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

Color convert

RGB 37 48 109 -
CMYK 0.66 0.56 0 0.57
HSL 230.83º 0.49% 0.29% -
HSV(B) 230.83º 0.66% 0.43% -
XYZ 4.58 3.61 14.92 -
YUV 51.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 37 48 109 0.66 0.56 0 0.57 230.83 0.49 0.29
Hex 25 30 6D 42 38 0 39 E7 31 1D
Octal 45 60 155 102 70 0 71 347 61 35
Binary 100101 110000 1101101 1000010 111000 0 111001 11100111 110001 11101

Color Harmonies of #25306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25306D

Black with #25306D

Text Example


Text Example

White with #25306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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