Html Css Color HEX #252C76 Torea Bay

📋 copy color: '#252C76'

red 37 ◦ green 44 ◦ blue 118

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

Shades of Torea Bay #252C76

Tints of Torea Bay #252C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 18.59%
G = 22.11%
B = 59.3%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252C76 (or 0x252C76) is known color: Torea Bay. HEX triplet: 25, 2C and 76. RGB value is (37,44,118). Sum of RGB (Red+Green+Blue) = 37+44+118=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #252C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C76 is #DAD389. Grayscale: #323232. Windows color (decimal): -14341002 or 7744549. OLE color: 7744549.

HSL color Cylindrical-coordinate representation of color #252C76: hue angle of 234.81º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252C76 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 44 118 -
CMYK 0.69 0.63 0 0.54
HSL 234.81º 0.52% 0.3% -
HSV(B) 234.81º 0.69% 0.46% -
XYZ 4.93 3.5 17.56 -
YUV 50.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 37 44 118 0.69 0.63 0 0.54 234.81 0.52 0.3
Hex 25 2C 76 45 3F 0 36 EB 34 1E
Octal 45 54 166 105 77 0 66 353 64 36
Binary 100101 101100 1110110 1000101 111111 0 110110 11101011 110100 11110

Color Harmonies of #252C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C76

Black with #252C76

Text Example


Text Example

White with #252C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,118); }

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

background-color css

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

 a { background-color: rgb(37,44,118); }

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

border-color css

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

 span { border-color: rgb(37,44,118); }

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