Html Css Color HEX #252D83 Torea Bay

📋 copy color: '#252D83'

red 37 ◦ green 45 ◦ blue 131

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

Shades of Torea Bay #252D83

Tints of Torea Bay #252D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.13%

 BLUE value IS 131 (51.56% from 255) = 61.5%

R = 17.37%
G = 21.13%
B = 61.5%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252D83 (or 0x252D83) is known color: Torea Bay. HEX triplet: 25, 2D and 83. RGB value is (37,45,131). Sum of RGB (Red+Green+Blue) = 37+45+131=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #252D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D83 is #DAD27C. Grayscale: #343434. Windows color (decimal): -14340733 or 8596773. OLE color: 8596773.

HSL color Cylindrical-coordinate representation of color #252D83: hue angle of 234.89º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252D83 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 45 131 -
CMYK 0.72 0.66 0 0.49
HSL 234.89º 0.56% 0.33% -
HSV(B) 234.89º 0.72% 0.51% -
XYZ 5.8 3.91 21.92 -
YUV 52.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 37 45 131 0.72 0.66 0 0.49 234.89 0.56 0.33
Hex 25 2D 83 48 42 0 31 EB 38 21
Octal 45 55 203 110 102 0 61 353 70 41
Binary 100101 101101 10000011 1001000 1000010 0 110001 11101011 111000 100001

Color Harmonies of #252D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D83

Black with #252D83

Text Example


Text Example

White with #252D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,131); }

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

background-color css

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

 a { background-color: rgb(37,45,131); }

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

border-color css

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

 span { border-color: rgb(37,45,131); }

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