#252b8d

Color #252B8D Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #252B8D

Tints of Torea Bay #252B8D

Color information

#252B8D (or 0x252B8D) is unknown color: approx Torea Bay. HEX triplet: 25, 2B and 8D. RGB value is (37,43,141). Sum of RGB (Red+Green+Blue) = 37+43+141=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #252B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252B8D is #DAD472. Grayscale: #333333. Windows color (decimal): -14341235 or 9251621. OLE color: 9251621.

HSL color Cylindrical-coordinate representation of color #252B8D: hue angle of 236.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252B8D is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3743141-
CMYK0.740.7000.45
HSL236.54º58.43%34.9%-
HSV(B)236.54º73.76%55.29%-
XYZ6.434.0425.64-
YUV52.38178.01117.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 141 (55.47% from 255) = 63.80%
R=16.74%
G=19.46%
B=63.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37431410.740.7000.45236.5458.4334.9
Hex252B8D4A4602Ded3a23
Octal45532151121060553557243
Binary1001011010111000110110010101000110010110111101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252b8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #252b8d;
 }
 .AnyTagClassName
 {
   color: #252b8d;
 }
</style>
background-color css

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

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

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

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

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

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