Html Css Color HEX #25307E Torea Bay

📋 copy color: '#25307E'

red 37 ◦ green 48 ◦ blue 126

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

Shades of Torea Bay #25307E

Tints of Torea Bay #25307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 126 (49.61% from 255) = 59.72%

R = 17.54%
G = 22.75%
B = 59.72%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25307E (or 0x25307E) is known color: Torea Bay. HEX triplet: 25, 30 and 7E. RGB value is (37,48,126). Sum of RGB (Red+Green+Blue) = 37+48+126=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #25307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25307E is #DACF81. Grayscale: #353535. Windows color (decimal): -14339970 or 8269861. OLE color: 8269861.

HSL color Cylindrical-coordinate representation of color #25307E: hue angle of 232.58º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25307E is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 48 126 -
CMYK 0.71 0.62 0 0.51
HSL 232.58º 0.55% 0.32% -
HSV(B) 232.58º 0.71% 0.49% -
XYZ 5.59 4.01 20.22 -
YUV 53.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 37 48 126 0.71 0.62 0 0.51 232.58 0.55 0.32
Hex 25 30 7E 47 3E 0 33 E9 37 20
Octal 45 60 176 107 76 0 63 351 67 40
Binary 100101 110000 1111110 1000111 111110 0 110011 11101001 110111 100000

Color Harmonies of #25307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25307E

Black with #25307E

Text Example


Text Example

White with #25307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25307E; }

 p { color: rgb(37,48,126); }

 H1.HeaderClassName
 {
   color: #25307E;
 }
 .AnyTagClassName
 {
   color: #25307E;
 }
</style>

background-color css

<style>
 a { background-color: #25307E; }

 a { background-color: rgb(37,48,126); }

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

border-color css

<style>
 span { border-color: #25307E; }

 span { border-color: rgb(37,48,126); }

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