Html Css Color HEX #252A6A Deep Koamaru

📋 copy color: '#252A6A'

red 37 ◦ green 42 ◦ blue 106

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

Shades of Deep Koamaru #252A6A

Tints of Deep Koamaru #252A6A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

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

R = 20%
G = 22.7%
B = 57.3%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252A6A (or 0x252A6A) is known color: Deep Koamaru. HEX triplet: 25, 2A and 6A. RGB value is (37,42,106). Sum of RGB (Red+Green+Blue) = 37+42+106=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #252A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A6A is #DAD595. Grayscale: #2F2F2F. Windows color (decimal): -14341526 or 6957605. OLE color: 6957605.

HSL color Cylindrical-coordinate representation of color #252A6A: hue angle of 235.65º 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 #252A6A is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 42 106 -
CMYK 0.65 0.60 0 0.58
HSL 235.65º 0.48% 0.28% -
HSV(B) 235.65º 0.65% 0.42% -
XYZ 4.19 3.09 14.01 -
YUV 47.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 37 42 106 0.65 0.60 0 0.58 235.65 0.48 0.28
Hex 25 2A 6A 41 3C 0 3A EC 30 1C
Octal 45 52 152 101 74 0 72 354 60 34
Binary 100101 101010 1101010 1000001 111100 0 111010 11101100 110000 11100

Color Harmonies of #252A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A6A

Black with #252A6A

Text Example


Text Example

White with #252A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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