Html Css Color HEX #252B8F Torea Bay

📋 copy color: '#252B8F'

red 37 ◦ green 43 ◦ blue 143

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

Shades of Torea Bay #252B8F

Tints of Torea Bay #252B8F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

 BLUE value IS 143 (56.25% from 255) = 64.13%

R = 16.59%
G = 19.28%
B = 64.13%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252B8F (or 0x252B8F) is known color: Torea Bay. HEX triplet: 25, 2B and 8F. RGB value is (37,43,143). Sum of RGB (Red+Green+Blue) = 37+43+143=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #252B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252B8F is #DAD470. Grayscale: #343434. Windows color (decimal): -14341233 or 9382693. OLE color: 9382693.

HSL color Cylindrical-coordinate representation of color #252B8F: hue angle of 236.6º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252B8F is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 43 143 -
CMYK 0.74 0.70 0 0.44
HSL 236.6º 0.59% 0.35% -
HSV(B) 236.6º 0.74% 0.56% -
XYZ 6.58 4.1 26.43 -
YUV 52.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 37 43 143 0.74 0.70 0 0.44 236.6 0.59 0.35
Hex 25 2B 8F 4A 46 0 2C ED 3B 23
Octal 45 53 217 112 106 0 54 355 73 43
Binary 100101 101011 10001111 1001010 1000110 0 101100 11101101 111011 100011

Color Harmonies of #252B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B8F

Black with #252B8F

Text Example


Text Example

White with #252B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,43,143); }

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

background-color css

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

 a { background-color: rgb(37,43,143); }

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

border-color css

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

 span { border-color: rgb(37,43,143); }

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