Html Css Color HEX #252E6F Deep Koamaru

📋 copy color: '#252E6F'

red 37 ◦ green 46 ◦ blue 111

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

Shades of Deep Koamaru #252E6F

Tints of Deep Koamaru #252E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.71%

 BLUE value IS 111 (43.75% from 255) = 57.22%

R = 19.07%
G = 23.71%
B = 57.22%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#252E6F (or 0x252E6F) is known color: Deep Koamaru. HEX triplet: 25, 2E and 6F. RGB value is (37,46,111). Sum of RGB (Red+Green+Blue) = 37+46+111=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #252E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E6F is #DAD190. Grayscale: #323232. Windows color (decimal): -14340497 or 7286309. OLE color: 7286309.

HSL color Cylindrical-coordinate representation of color #252E6F: hue angle of 232.7º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252E6F is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 46 111 -
CMYK 0.67 0.59 0 0.56
HSL 232.7º 0.5% 0.29% -
HSV(B) 232.7º 0.67% 0.44% -
XYZ 4.61 3.5 15.47 -
YUV 50.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 37 46 111 0.67 0.59 0 0.56 232.7 0.5 0.29
Hex 25 2E 6F 43 3B 0 38 E9 32 1D
Octal 45 56 157 103 73 0 70 351 62 35
Binary 100101 101110 1101111 1000011 111011 0 111000 11101001 110010 11101

Color Harmonies of #252E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E6F

Black with #252E6F

Text Example


Text Example

White with #252E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,111); }

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

background-color css

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

 a { background-color: rgb(37,46,111); }

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

border-color css

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

 span { border-color: rgb(37,46,111); }

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