Html Css Color HEX #252C7B Torea Bay

📋 copy color: '#252C7B'

red 37 ◦ green 44 ◦ blue 123

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

Shades of Torea Bay #252C7B

Tints of Torea Bay #252C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.57%

 BLUE value IS 123 (48.44% from 255) = 60.29%

R = 18.14%
G = 21.57%
B = 60.29%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#252C7B (or 0x252C7B) is known color: Torea Bay. HEX triplet: 25, 2C and 7B. RGB value is (37,44,123). Sum of RGB (Red+Green+Blue) = 37+44+123=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #252C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C7B is #DAD384. Grayscale: #323232. Windows color (decimal): -14340997 or 8072229. OLE color: 8072229.

HSL color Cylindrical-coordinate representation of color #252C7B: hue angle of 235.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252C7B is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 44 123 -
CMYK 0.70 0.64 0 0.52
HSL 235.12º 0.54% 0.31% -
HSV(B) 235.12º 0.7% 0.48% -
XYZ 5.24 3.62 19.16 -
YUV 50.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 37 44 123 0.70 0.64 0 0.52 235.12 0.54 0.31
Hex 25 2C 7B 46 40 0 34 EB 36 1F
Octal 45 54 173 106 100 0 64 353 66 37
Binary 100101 101100 1111011 1000110 1000000 0 110100 11101011 110110 11111

Color Harmonies of #252C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C7B

Black with #252C7B

Text Example


Text Example

White with #252C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,123); }

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

background-color css

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

 a { background-color: rgb(37,44,123); }

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

border-color css

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

 span { border-color: rgb(37,44,123); }

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