Html Css Color HEX #252B8D Torea Bay

📋 copy color: '#252B8D'

red 37 ◦ green 43 ◦ blue 141

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

Shades of Torea Bay #252B8D

Tints of Torea Bay #252B8D

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.8%

R = 16.74%
G = 19.46%
B = 63.8%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#252B8D (or 0x252B8D) is known color: 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

RGB 37 43 141 -
CMYK 0.74 0.70 0 0.45
HSL 236.54º 0.58% 0.35% -
HSV(B) 236.54º 0.74% 0.55% -
XYZ 6.43 4.04 25.64 -
YUV 52.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 37 43 141 0.74 0.70 0 0.45 236.54 0.58 0.35
Hex 25 2B 8D 4A 46 0 2D ED 3A 23
Octal 45 53 215 112 106 0 55 355 72 43
Binary 100101 101011 10001101 1001010 1000110 0 101101 11101101 111010 100011

Color Harmonies of #252B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B8D

Black with #252B8D

Text Example


Text Example

White with #252B8D

Text Example


Text Example

HTML Codes & Css Web 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>