Html Css Color HEX #252A8A Torea Bay

📋 copy color: '#252A8A'

red 37 ◦ green 42 ◦ blue 138

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

Shades of Torea Bay #252A8A

Tints of Torea Bay #252A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

 BLUE value IS 138 (54.3% from 255) = 63.59%

R = 17.05%
G = 19.35%
B = 63.59%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#252A8A (or 0x252A8A) is known color: Torea Bay. HEX triplet: 25, 2A and 8A. RGB value is (37,42,138). Sum of RGB (Red+Green+Blue) = 37+42+138=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #252A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A8A is #DAD575. Grayscale: #333333. Windows color (decimal): -14341494 or 9054757. OLE color: 9054757.

HSL color Cylindrical-coordinate representation of color #252A8A: hue angle of 237.03º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #252A8A is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 42 138 -
CMYK 0.73 0.70 0 0.46
HSL 237.03º 0.58% 0.34% -
HSV(B) 237.03º 0.73% 0.54% -
XYZ 6.18 3.88 24.47 -
YUV 51.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 37 42 138 0.73 0.70 0 0.46 237.03 0.58 0.34
Hex 25 2A 8A 49 46 0 2E ED 3A 22
Octal 45 52 212 111 106 0 56 355 72 42
Binary 100101 101010 10001010 1001001 1000110 0 101110 11101101 111010 100010

Color Harmonies of #252A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A8A

Black with #252A8A

Text Example


Text Example

White with #252A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,138); }

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

background-color css

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

 a { background-color: rgb(37,42,138); }

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

border-color css

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

 span { border-color: rgb(37,42,138); }

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