Html Css Color HEX #238BAB Pelorous

📋 copy color: '#238BAB'

red 35 ◦ green 139 ◦ blue 171

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

Shades of Pelorous #238BAB

Tints of Pelorous #238BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.29%

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 10.14%
G = 40.29%
B = 49.57%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#238BAB (or 0x238BAB) is known color: Pelorous. HEX triplet: 23, 8B and AB. RGB value is (35,139,171). Sum of RGB (Red+Green+Blue) = 35+139+171=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #238BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238BAB is #DC7454. Grayscale: #6F6F6F. Windows color (decimal): -14447701 or 11242275. OLE color: 11242275.

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

Color convert

RGB 35 139 171 -
CMYK 0.80 0.19 0 0.33
HSL 194.12º 0.66% 0.4% -
HSV(B) 194.12º 0.8% 0.67% -
XYZ 17.28 21.76 41.82 -
YUV 111.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 35 139 171 0.80 0.19 0 0.33 194.12 0.66 0.4
Hex 23 8B AB 50 13 0 21 C2 42 28
Octal 43 213 253 120 23 0 41 302 102 50
Binary 100011 10001011 10101011 1010000 10011 0 100001 11000010 1000010 101000

Color Harmonies of #238BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BAB

Black with #238BAB

Text Example


Text Example

White with #238BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,171); }

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

background-color css

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

 a { background-color: rgb(35,139,171); }

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

border-color css

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

 span { border-color: rgb(35,139,171); }

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