Html Css Color HEX #25308C Torea Bay

📋 copy color: '#25308C'

red 37 ◦ green 48 ◦ blue 140

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

Shades of Torea Bay #25308C

Tints of Torea Bay #25308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.22%

R = 16.44%
G = 21.33%
B = 62.22%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25308C (or 0x25308C) is known color: Torea Bay. HEX triplet: 25, 30 and 8C. RGB value is (37,48,140). Sum of RGB (Red+Green+Blue) = 37+48+140=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #25308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25308C is #DACF73. Grayscale: #363636. Windows color (decimal): -14339956 or 9187365. OLE color: 9187365.

HSL color Cylindrical-coordinate representation of color #25308C: hue angle of 233.59º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25308C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 48 140 -
CMYK 0.74 0.66 0 0.45
HSL 233.59º 0.58% 0.35% -
HSV(B) 233.59º 0.74% 0.55% -
XYZ 6.55 4.4 25.31 -
YUV 55.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 37 48 140 0.74 0.66 0 0.45 233.59 0.58 0.35
Hex 25 30 8C 4A 42 0 2D EA 3A 23
Octal 45 60 214 112 102 0 55 352 72 43
Binary 100101 110000 10001100 1001010 1000010 0 101101 11101010 111010 100011

Color Harmonies of #25308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25308C

Black with #25308C

Text Example


Text Example

White with #25308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25308C; }

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

 H1.HeaderClassName
 {
   color: #25308C;
 }
 .AnyTagClassName
 {
   color: #25308C;
 }
</style>

background-color css

<style>
 a { background-color: #25308C; }

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

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

border-color css

<style>
 span { border-color: #25308C; }

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

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