Html Css Color HEX #338EC1 Curious Blue

📋 copy color: '#338EC1'

red 51 ◦ green 142 ◦ blue 193

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

Shades of Curious Blue #338EC1

Tints of Curious Blue #338EC1

RGB

 RED value IS 51 (20.31% from 255) = 13.21%

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 13.21%
G = 36.79%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#338EC1 (or 0x338EC1) is known color: Curious Blue. HEX triplet: 33, 8E and C1. RGB value is (51,142,193). Sum of RGB (Red+Green+Blue) = 51+142+193=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #338EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC1 is #CC713E. Grayscale: #787878. Windows color (decimal): -13398335 or 12684851. OLE color: 12684851.

HSL color Cylindrical-coordinate representation of color #338EC1: hue angle of 201.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338EC1 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 142 193 -
CMYK 0.74 0.26 0 0.24
HSL 201.55º 0.58% 0.48% -
HSV(B) 201.55º 0.74% 0.76% -
XYZ 20.66 23.9 53.98 -
YUV 120.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 51 142 193 0.74 0.26 0 0.24 201.55 0.58 0.48
Hex 33 8E C1 4A 1A 0 18 CA 3A 30
Octal 63 216 301 112 32 0 30 312 72 60
Binary 110011 10001110 11000001 1001010 11010 0 11000 11001010 111010 110000

Color Harmonies of #338EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EC1

Black with #338EC1

Text Example


Text Example

White with #338EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338EC1; }

 p { color: rgb(51,142,193); }

 H1.HeaderClassName
 {
   color: #338EC1;
 }
 .AnyTagClassName
 {
   color: #338EC1;
 }
</style>

background-color css

<style>
 a { background-color: #338EC1; }

 a { background-color: rgb(51,142,193); }

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

border-color css

<style>
 span { border-color: #338EC1; }

 span { border-color: rgb(51,142,193); }

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