Html Css Color HEX #252E75 Torea Bay

📋 copy color: '#252E75'

red 37 ◦ green 46 ◦ blue 117

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

Shades of Torea Bay #252E75

Tints of Torea Bay #252E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23%

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 18.5%
G = 23%
B = 58.5%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252E75 (or 0x252E75) is known color: Torea Bay. HEX triplet: 25, 2E and 75. RGB value is (37,46,117). Sum of RGB (Red+Green+Blue) = 37+46+117=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #252E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E75 is #DAD18A. Grayscale: #333333. Windows color (decimal): -14340491 or 7679525. OLE color: 7679525.

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

Color convert

RGB 37 46 117 -
CMYK 0.68 0.61 0 0.54
HSL 233.25º 0.52% 0.3% -
HSV(B) 233.25º 0.68% 0.46% -
XYZ 4.95 3.63 17.27 -
YUV 51.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 37 46 117 0.68 0.61 0 0.54 233.25 0.52 0.3
Hex 25 2E 75 44 3D 0 36 E9 34 1E
Octal 45 56 165 104 75 0 66 351 64 36
Binary 100101 101110 1110101 1000100 111101 0 110110 11101001 110100 11110

Color Harmonies of #252E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E75

Black with #252E75

Text Example


Text Example

White with #252E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,117); }

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

background-color css

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

 a { background-color: rgb(37,46,117); }

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

border-color css

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

 span { border-color: rgb(37,46,117); }

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