Html Css Color HEX #252D8F Torea Bay

📋 copy color: '#252D8F'

red 37 ◦ green 45 ◦ blue 143

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

Shades of Torea Bay #252D8F

Tints of Torea Bay #252D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.56%

R = 16.44%
G = 20%
B = 63.56%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252D8F (or 0x252D8F) is known color: Torea Bay. HEX triplet: 25, 2D and 8F. RGB value is (37,45,143). Sum of RGB (Red+Green+Blue) = 37+45+143=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #252D8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D8F is #DAD270. Grayscale: #353535. Windows color (decimal): -14340721 or 9383205. OLE color: 9383205.

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

Color convert

RGB 37 45 143 -
CMYK 0.74 0.69 0 0.44
HSL 235.47º 0.59% 0.35% -
HSV(B) 235.47º 0.74% 0.56% -
XYZ 6.66 4.25 26.46 -
YUV 53.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 37 45 143 0.74 0.69 0 0.44 235.47 0.59 0.35
Hex 25 2D 8F 4A 45 0 2C EB 3B 23
Octal 45 55 217 112 105 0 54 353 73 43
Binary 100101 101101 10001111 1001010 1000101 0 101100 11101011 111011 100011

Color Harmonies of #252D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D8F

Black with #252D8F

Text Example


Text Example

White with #252D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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