Html Css Color HEX #252A6B Deep Koamaru

📋 copy color: '#252A6B'

red 37 ◦ green 42 ◦ blue 107

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

Shades of Deep Koamaru #252A6B

Tints of Deep Koamaru #252A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 19.89%
G = 22.58%
B = 57.53%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252A6B (or 0x252A6B) is known color: Deep Koamaru. HEX triplet: 25, 2A and 6B. RGB value is (37,42,107). Sum of RGB (Red+Green+Blue) = 37+42+107=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #252A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A6B is #DAD594. Grayscale: #2F2F2F. Windows color (decimal): -14341525 or 7023141. OLE color: 7023141.

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

Color convert

RGB 37 42 107 -
CMYK 0.65 0.61 0 0.58
HSL 235.71º 0.49% 0.28% -
HSV(B) 235.71º 0.65% 0.42% -
XYZ 4.24 3.11 14.29 -
YUV 47.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 37 42 107 0.65 0.61 0 0.58 235.71 0.49 0.28
Hex 25 2A 6B 41 3D 0 3A EC 31 1C
Octal 45 52 153 101 75 0 72 354 61 34
Binary 100101 101010 1101011 1000001 111101 0 111010 11101100 110001 11100

Color Harmonies of #252A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A6B

Black with #252A6B

Text Example


Text Example

White with #252A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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