Html Css Color HEX #338BC2 Curious Blue

📋 copy color: '#338BC2'

red 51 ◦ green 139 ◦ blue 194

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

Shades of Curious Blue #338BC2

Tints of Curious Blue #338BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 13.28%
G = 36.2%
B = 50.52%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#338BC2 (or 0x338BC2) is known color: Curious Blue. HEX triplet: 33, 8B and C2. RGB value is (51,139,194). Sum of RGB (Red+Green+Blue) = 51+139+194=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #338BC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BC2 is #CC743D. Grayscale: #767676. Windows color (decimal): -13399102 or 12749619. OLE color: 12749619.

HSL color Cylindrical-coordinate representation of color #338BC2: hue angle of 203.08º 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 #338BC2 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 139 194 -
CMYK 0.74 0.28 0 0.24
HSL 203.08º 0.58% 0.48% -
HSV(B) 203.08º 0.74% 0.76% -
XYZ 20.34 23.06 54.42 -
YUV 118.96 170.35 79.53 -
System Red Green Blue C M Y K H S L
Decimal 51 139 194 0.74 0.28 0 0.24 203.08 0.58 0.48
Hex 33 8B C2 4A 1C 0 18 CB 3A 30
Octal 63 213 302 112 34 0 30 313 72 60
Binary 110011 10001011 11000010 1001010 11100 0 11000 11001011 111010 110000

Color Harmonies of #338BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BC2

Black with #338BC2

Text Example


Text Example

White with #338BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,139,194); }

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

background-color css

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

 a { background-color: rgb(51,139,194); }

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

border-color css

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

 span { border-color: rgb(51,139,194); }

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