Html Css Color HEX #238FAB Pelorous

📋 copy color: '#238FAB'

red 35 ◦ green 143 ◦ blue 171

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

Shades of Pelorous #238FAB

Tints of Pelorous #238FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.97%

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

R = 10.03%
G = 40.97%
B = 49%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#238FAB (or 0x238FAB) is known color: Pelorous. HEX triplet: 23, 8F and AB. RGB value is (35,143,171). Sum of RGB (Red+Green+Blue) = 35+143+171=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #238FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FAB is #DC7054. Grayscale: #717171. Windows color (decimal): -14446677 or 11243299. OLE color: 11243299.

HSL color Cylindrical-coordinate representation of color #238FAB: hue angle of 192.35º 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 #238FAB is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 143 171 -
CMYK 0.80 0.16 0 0.33
HSL 192.35º 0.66% 0.4% -
HSV(B) 192.35º 0.8% 0.67% -
XYZ 17.87 22.94 42.01 -
YUV 113.9 160.22 71.72 -
System Red Green Blue C M Y K H S L
Decimal 35 143 171 0.80 0.16 0 0.33 192.35 0.66 0.4
Hex 23 8F AB 50 10 0 21 C0 42 28
Octal 43 217 253 120 20 0 41 300 102 50
Binary 100011 10001111 10101011 1010000 10000 0 100001 11000000 1000010 101000

Color Harmonies of #238FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FAB

Black with #238FAB

Text Example


Text Example

White with #238FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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