Html Css Color HEX #238CC3 Pelorous

📋 copy color: '#238CC3'

red 35 ◦ green 140 ◦ blue 195

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

Shades of Pelorous #238CC3

Tints of Pelorous #238CC3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.84%

 BLUE value IS 195 (76.56% from 255) = 52.7%

R = 9.46%
G = 37.84%
B = 52.7%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#238CC3 (or 0x238CC3) is known color: Pelorous. HEX triplet: 23, 8C and C3. RGB value is (35,140,195). Sum of RGB (Red+Green+Blue) = 35+140+195=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #238CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CC3 is #DC733C. Grayscale: #727272. Windows color (decimal): -14447421 or 12815395. OLE color: 12815395.

HSL color Cylindrical-coordinate representation of color #238CC3: hue angle of 200.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238CC3 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 140 195 -
CMYK 0.82 0.28 0 0.24
HSL 200.63º 0.7% 0.45% -
HSV(B) 200.63º 0.82% 0.76% -
XYZ 19.92 23.05 55.03 -
YUV 114.88 173.21 71.03 -
System Red Green Blue C M Y K H S L
Decimal 35 140 195 0.82 0.28 0 0.24 200.63 0.7 0.45
Hex 23 8C C3 52 1C 0 18 C9 46 2D
Octal 43 214 303 122 34 0 30 311 106 55
Binary 100011 10001100 11000011 1010010 11100 0 11000 11001001 1000110 101101

Color Harmonies of #238CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CC3

Black with #238CC3

Text Example


Text Example

White with #238CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,140,195); }

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

background-color css

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

 a { background-color: rgb(35,140,195); }

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

border-color css

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

 span { border-color: rgb(35,140,195); }

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