Html Css Color HEX #252E7F Torea Bay

📋 copy color: '#252E7F'

red 37 ◦ green 46 ◦ blue 127

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

Shades of Torea Bay #252E7F

Tints of Torea Bay #252E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.48%

R = 17.62%
G = 21.9%
B = 60.48%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#252E7F (or 0x252E7F) is known color: Torea Bay. HEX triplet: 25, 2E and 7F. RGB value is (37,46,127). Sum of RGB (Red+Green+Blue) = 37+46+127=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #252E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E7F is #DAD180. Grayscale: #343434. Windows color (decimal): -14340481 or 8334885. OLE color: 8334885.

HSL color Cylindrical-coordinate representation of color #252E7F: hue angle of 234º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252E7F is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 46 127 -
CMYK 0.71 0.64 0 0.50
HSL 234º 0.55% 0.32% -
HSV(B) 234º 0.71% 0.5% -
XYZ 5.57 3.88 20.53 -
YUV 52.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 37 46 127 0.71 0.64 0 0.50 234 0.55 0.32
Hex 25 2E 7F 47 40 0 32 EA 37 20
Octal 45 56 177 107 100 0 62 352 67 40
Binary 100101 101110 1111111 1000111 1000000 0 110010 11101010 110111 100000

Color Harmonies of #252E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E7F

Black with #252E7F

Text Example


Text Example

White with #252E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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