Html Css Color HEX #25307F Torea Bay

📋 copy color: '#25307F'

red 37 ◦ green 48 ◦ blue 127

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

Shades of Torea Bay #25307F

Tints of Torea Bay #25307F

RGB

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

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

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

R = 17.45%
G = 22.64%
B = 59.91%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25307F (or 0x25307F) is known color: Torea Bay. HEX triplet: 25, 30 and 7F. RGB value is (37,48,127). Sum of RGB (Red+Green+Blue) = 37+48+127=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #25307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25307F is #DACF80. Grayscale: #353535. Windows color (decimal): -14339969 or 8335397. OLE color: 8335397.

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

Color convert

RGB 37 48 127 -
CMYK 0.71 0.62 0 0.50
HSL 232.67º 0.55% 0.32% -
HSV(B) 232.67º 0.71% 0.5% -
XYZ 5.65 4.04 20.56 -
YUV 53.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 37 48 127 0.71 0.62 0 0.50 232.67 0.55 0.32
Hex 25 30 7F 47 3E 0 32 E9 37 20
Octal 45 60 177 107 76 0 62 351 67 40
Binary 100101 110000 1111111 1000111 111110 0 110010 11101001 110111 100000

Color Harmonies of #25307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25307F

Black with #25307F

Text Example


Text Example

White with #25307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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