Html Css Color HEX #248AAE Pelorous

📋 copy color: '#248AAE'

red 36 ◦ green 138 ◦ blue 174

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

Shades of Pelorous #248AAE

Tints of Pelorous #248AAE

RGB

 RED value IS 36 (14.45% from 255) = 10.34%

 GREEN value IS 138 (54.3% from 255) = 39.66%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 10.34%
G = 39.66%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#248AAE (or 0x248AAE) is known color: Pelorous. HEX triplet: 24, 8A and AE. RGB value is (36,138,174). Sum of RGB (Red+Green+Blue) = 36+138+174=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #248AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AAE is #DB7551. Grayscale: #6F6F6F. Windows color (decimal): -14382418 or 11438628. OLE color: 11438628.

HSL color Cylindrical-coordinate representation of color #248AAE: hue angle of 195.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248AAE is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 138 174 -
CMYK 0.79 0.21 0 0.32
HSL 195.65º 0.66% 0.41% -
HSV(B) 195.65º 0.79% 0.68% -
XYZ 17.46 21.61 43.3 -
YUV 111.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 36 138 174 0.79 0.21 0 0.32 195.65 0.66 0.41
Hex 24 8A AE 4F 15 0 20 C4 42 29
Octal 44 212 256 117 25 0 40 304 102 51
Binary 100100 10001010 10101110 1001111 10101 0 100000 11000100 1000010 101001

Color Harmonies of #248AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AAE

Black with #248AAE

Text Example


Text Example

White with #248AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248AAE; }

 p { color: rgb(36,138,174); }

 H1.HeaderClassName
 {
   color: #248AAE;
 }
 .AnyTagClassName
 {
   color: #248AAE;
 }
</style>

background-color css

<style>
 a { background-color: #248AAE; }

 a { background-color: rgb(36,138,174); }

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

border-color css

<style>
 span { border-color: #248AAE; }

 span { border-color: rgb(36,138,174); }

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