Html Css Color HEX #252A8C Torea Bay

📋 copy color: '#252A8C'

red 37 ◦ green 42 ◦ blue 140

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

Shades of Torea Bay #252A8C

Tints of Torea Bay #252A8C

RGB

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

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

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

R = 16.89%
G = 19.18%
B = 63.93%

CMYK

 C value IS 0.74

 M value IS 0.7

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#252A8C (or 0x252A8C) is known color: Torea Bay. HEX triplet: 25, 2A and 8C. RGB value is (37,42,140). Sum of RGB (Red+Green+Blue) = 37+42+140=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #252A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A8C is #DAD573. Grayscale: #333333. Windows color (decimal): -14341492 or 9185829. OLE color: 9185829.

HSL color Cylindrical-coordinate representation of color #252A8C: hue angle of 237.09º 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 #252A8C is Cyan = 0.74, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 42 140 -
CMYK 0.74 0.7 0 0.45
HSL 237.09º 0.58% 0.35% -
HSV(B) 237.09º 0.74% 0.55% -
XYZ 6.32 3.94 25.24 -
YUV 51.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 37 42 140 0.74 0.7 0 0.45 237.09 0.58 0.35
Hex 25 2A 8C 4A 46 0 2D ED 3A 23
Octal 45 52 214 112 106 0 55 355 72 43
Binary 100101 101010 10001100 1001010 1000110 0 101101 11101101 111010 100011

Color Harmonies of #252A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A8C

Black with #252A8C

Text Example


Text Example

White with #252A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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