Html Css Color HEX #238DAF Pelorous

📋 copy color: '#238DAF'

red 35 ◦ green 141 ◦ blue 175

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

Shades of Pelorous #238DAF

Tints of Pelorous #238DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 9.97%
G = 40.17%
B = 49.86%

CMYK

 C value IS 0.8

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#238DAF (or 0x238DAF) is known color: Pelorous. HEX triplet: 23, 8D and AF. RGB value is (35,141,175). Sum of RGB (Red+Green+Blue) = 35+141+175=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #238DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238DAF is #DC7250. Grayscale: #707070. Windows color (decimal): -14447185 or 11504931. OLE color: 11504931.

HSL color Cylindrical-coordinate representation of color #238DAF: hue angle of 194.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238DAF is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 141 175 -
CMYK 0.8 0.19 0 0.31
HSL 194.57º 0.67% 0.41% -
HSV(B) 194.57º 0.8% 0.69% -
XYZ 17.96 22.5 43.95 -
YUV 113.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 35 141 175 0.8 0.19 0 0.31 194.57 0.67 0.41
Hex 23 8D AF 50 13 0 1F C3 43 29
Octal 43 215 257 120 23 0 37 303 103 51
Binary 100011 10001101 10101111 1010000 10011 0 11111 11000011 1000011 101001

Color Harmonies of #238DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DAF

Black with #238DAF

Text Example


Text Example

White with #238DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,141,175); }

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

background-color css

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

 a { background-color: rgb(35,141,175); }

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

border-color css

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

 span { border-color: rgb(35,141,175); }

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