Html Css Color HEX #252C7F Torea Bay

📋 copy color: '#252C7F'

red 37 ◦ green 44 ◦ blue 127

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

Shades of Torea Bay #252C7F

Tints of Torea Bay #252C7F

RGB

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

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

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

R = 17.79%
G = 21.15%
B = 61.06%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#252C7F (or 0x252C7F) is known color: Torea Bay. HEX triplet: 25, 2C and 7F. RGB value is (37,44,127). Sum of RGB (Red+Green+Blue) = 37+44+127=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #252C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C7F is #DAD380. Grayscale: #333333. Windows color (decimal): -14340993 or 8334373. OLE color: 8334373.

HSL color Cylindrical-coordinate representation of color #252C7F: hue angle of 235.33º 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 #252C7F is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 44 127 -
CMYK 0.71 0.65 0 0.50
HSL 235.33º 0.55% 0.32% -
HSV(B) 235.33º 0.71% 0.5% -
XYZ 5.49 3.73 20.51 -
YUV 51.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 37 44 127 0.71 0.65 0 0.50 235.33 0.55 0.32
Hex 25 2C 7F 47 41 0 32 EB 37 20
Octal 45 54 177 107 101 0 62 353 67 40
Binary 100101 101100 1111111 1000111 1000001 0 110010 11101011 110111 100000

Color Harmonies of #252C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C7F

Black with #252C7F

Text Example


Text Example

White with #252C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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