Html Css Color HEX #338CCB Curious Blue

📋 copy color: '#338CCB'

red 51 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #338CCB

Tints of Curious Blue #338CCB

RGB

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

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

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

R = 12.94%
G = 35.53%
B = 51.52%

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

#338CCB (or 0x338CCB) is known color: Curious Blue. HEX triplet: 33, 8C and CB. RGB value is (51,140,203). Sum of RGB (Red+Green+Blue) = 51+140+203=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #338CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CCB is #CC7334. Grayscale: #787878. Windows color (decimal): -13398837 or 13339699. OLE color: 13339699.

HSL color Cylindrical-coordinate representation of color #338CCB: hue angle of 204.87º 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 #338CCB is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 140 203 -
CMYK 0.75 0.31 0 0.20
HSL 204.87º 0.6% 0.5% -
HSV(B) 204.87º 0.75% 0.8% -
XYZ 21.52 23.77 59.95 -
YUV 120.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 51 140 203 0.75 0.31 0 0.20 204.87 0.6 0.5
Hex 33 8C CB 4B 1F 0 14 CD 3C 32
Octal 63 214 313 113 37 0 24 315 74 62
Binary 110011 10001100 11001011 1001011 11111 0 10100 11001101 111100 110010

Color Harmonies of #338CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CCB

Black with #338CCB

Text Example


Text Example

White with #338CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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