Html Css Color HEX #252B64 Deep Koamaru

📋 copy color: '#252B64'

red 37 ◦ green 43 ◦ blue 100

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

Shades of Deep Koamaru #252B64

Tints of Deep Koamaru #252B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 55.56%

R = 20.56%
G = 23.89%
B = 55.56%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252B64 (or 0x252B64) is known color: Deep Koamaru. HEX triplet: 25, 2B and 64. RGB value is (37,43,100). Sum of RGB (Red+Green+Blue) = 37+43+100=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #252B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B64 is #DAD49B. Grayscale: #2F2F2F. Windows color (decimal): -14341276 or 6564645. OLE color: 6564645.

HSL color Cylindrical-coordinate representation of color #252B64: hue angle of 234.29º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252B64 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 43 100 -
CMYK 0.63 0.57 0 0.61
HSL 234.29º 0.46% 0.27% -
HSV(B) 234.29º 0.63% 0.39% -
XYZ 3.93 3.04 12.44 -
YUV 47.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 37 43 100 0.63 0.57 0 0.61 234.29 0.46 0.27
Hex 25 2B 64 3F 39 0 3D EA 2E 1B
Octal 45 53 144 77 71 0 75 352 56 33
Binary 100101 101011 1100100 111111 111001 0 111101 11101010 101110 11011

Color Harmonies of #252B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B64

Black with #252B64

Text Example


Text Example

White with #252B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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