Html Css Color HEX #25307B Torea Bay

📋 copy color: '#25307B'

red 37 ◦ green 48 ◦ blue 123

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

Shades of Torea Bay #25307B

Tints of Torea Bay #25307B

RGB

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

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

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

R = 17.79%
G = 23.08%
B = 59.13%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25307B (or 0x25307B) is known color: Torea Bay. HEX triplet: 25, 30 and 7B. RGB value is (37,48,123). Sum of RGB (Red+Green+Blue) = 37+48+123=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #25307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25307B is #DACF84. Grayscale: #343434. Windows color (decimal): -14339973 or 8073253. OLE color: 8073253.

HSL color Cylindrical-coordinate representation of color #25307B: hue angle of 232.33º 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 #25307B is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 48 123 -
CMYK 0.70 0.61 0 0.52
HSL 232.33º 0.54% 0.31% -
HSV(B) 232.33º 0.7% 0.48% -
XYZ 5.4 3.94 19.21 -
YUV 53.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 37 48 123 0.70 0.61 0 0.52 232.33 0.54 0.31
Hex 25 30 7B 46 3D 0 34 E8 36 1F
Octal 45 60 173 106 75 0 64 350 66 37
Binary 100101 110000 1111011 1000110 111101 0 110100 11101000 110110 11111

Color Harmonies of #25307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25307B

Black with #25307B

Text Example


Text Example

White with #25307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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