Html Css Color HEX #338DCB Curious Blue

📋 copy color: '#338DCB'

red 51 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #338DCB

Tints of Curious Blue #338DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 12.91%
G = 35.7%
B = 51.39%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#338DCB (or 0x338DCB) is known color: Curious Blue. HEX triplet: 33, 8D and CB. RGB value is (51,141,203). Sum of RGB (Red+Green+Blue) = 51+141+203=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #338DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DCB is #CC7234. Grayscale: #787878. Windows color (decimal): -13398581 or 13339955. OLE color: 13339955.

HSL color Cylindrical-coordinate representation of color #338DCB: hue angle of 204.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338DCB is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 141 203 -
CMYK 0.75 0.31 0 0.20
HSL 204.47º 0.6% 0.5% -
HSV(B) 204.47º 0.75% 0.8% -
XYZ 21.67 24.07 60 -
YUV 121.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 51 141 203 0.75 0.31 0 0.20 204.47 0.6 0.5
Hex 33 8D CB 4B 1F 0 14 CC 3C 32
Octal 63 215 313 113 37 0 24 314 74 62
Binary 110011 10001101 11001011 1001011 11111 0 10100 11001100 111100 110010

Color Harmonies of #338DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DCB

Black with #338DCB

Text Example


Text Example

White with #338DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,141,203); }

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

background-color css

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

 a { background-color: rgb(51,141,203); }

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

border-color css

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

 span { border-color: rgb(51,141,203); }

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