Html Css Color HEX #238AAA Pelorous

📋 copy color: '#238AAA'

red 35 ◦ green 138 ◦ blue 170

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

Shades of Pelorous #238AAA

Tints of Pelorous #238AAA

RGB

 RED value IS 35 (14.06% from 255) = 10.2%

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 10.2%
G = 40.23%
B = 49.56%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#238AAA (or 0x238AAA) is known color: Pelorous. HEX triplet: 23, 8A and AA. RGB value is (35,138,170). Sum of RGB (Red+Green+Blue) = 35+138+170=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #238AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238AAA is #DC7555. Grayscale: #6E6E6E. Windows color (decimal): -14447958 or 11176483. OLE color: 11176483.

HSL color Cylindrical-coordinate representation of color #238AAA: hue angle of 194.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238AAA is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 138 170 -
CMYK 0.79 0.19 0 0.33
HSL 194.22º 0.66% 0.4% -
HSV(B) 194.22º 0.79% 0.67% -
XYZ 17.04 21.44 41.27 -
YUV 110.85 161.38 73.9 -
System Red Green Blue C M Y K H S L
Decimal 35 138 170 0.79 0.19 0 0.33 194.22 0.66 0.4
Hex 23 8A AA 4F 13 0 21 C2 42 28
Octal 43 212 252 117 23 0 41 302 102 50
Binary 100011 10001010 10101010 1001111 10011 0 100001 11000010 1000010 101000

Color Harmonies of #238AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238AAA

Black with #238AAA

Text Example


Text Example

White with #238AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238AAA; }

 p { color: rgb(35,138,170); }

 H1.HeaderClassName
 {
   color: #238AAA;
 }
 .AnyTagClassName
 {
   color: #238AAA;
 }
</style>

background-color css

<style>
 a { background-color: #238AAA; }

 a { background-color: rgb(35,138,170); }

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

border-color css

<style>
 span { border-color: #238AAA; }

 span { border-color: rgb(35,138,170); }

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