Html Css Color HEX #252B6A Deep Koamaru

📋 copy color: '#252B6A'

red 37 ◦ green 43 ◦ blue 106

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

Shades of Deep Koamaru #252B6A

Tints of Deep Koamaru #252B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

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

R = 19.89%
G = 23.12%
B = 56.99%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252B6A (or 0x252B6A) is known color: Deep Koamaru. HEX triplet: 25, 2B and 6A. RGB value is (37,43,106). Sum of RGB (Red+Green+Blue) = 37+43+106=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #252B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B6A is #DAD495. Grayscale: #303030. Windows color (decimal): -14341270 or 6957861. OLE color: 6957861.

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

Color convert

RGB 37 43 106 -
CMYK 0.65 0.59 0 0.58
HSL 234.78º 0.48% 0.28% -
HSV(B) 234.78º 0.65% 0.42% -
XYZ 4.23 3.16 14.02 -
YUV 48.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 37 43 106 0.65 0.59 0 0.58 234.78 0.48 0.28
Hex 25 2B 6A 41 3B 0 3A EB 30 1C
Octal 45 53 152 101 73 0 72 353 60 34
Binary 100101 101011 1101010 1000001 111011 0 111010 11101011 110000 11100

Color Harmonies of #252B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B6A

Black with #252B6A

Text Example


Text Example

White with #252B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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