Html Css Color HEX #338DCF Curious Blue

📋 copy color: '#338DCF'

red 51 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #338DCF

Tints of Curious Blue #338DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 12.78%
G = 35.34%
B = 51.88%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#338DCF (or 0x338DCF) is known color: Curious Blue. HEX triplet: 33, 8D and CF. RGB value is (51,141,207). Sum of RGB (Red+Green+Blue) = 51+141+207=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #338DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DCF is #CC7230. Grayscale: #797979. Windows color (decimal): -13398577 or 13602099. OLE color: 13602099.

HSL color Cylindrical-coordinate representation of color #338DCF: hue angle of 205.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338DCF is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 141 207 -
CMYK 0.75 0.32 0 0.19
HSL 205.38º 0.62% 0.51% -
HSV(B) 205.38º 0.75% 0.81% -
XYZ 22.15 24.26 62.55 -
YUV 121.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 51 141 207 0.75 0.32 0 0.19 205.38 0.62 0.51
Hex 33 8D CF 4B 20 0 13 CD 3E 33
Octal 63 215 317 113 40 0 23 315 76 63
Binary 110011 10001101 11001111 1001011 100000 0 10011 11001101 111110 110011

Color Harmonies of #338DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DCF

Black with #338DCF

Text Example


Text Example

White with #338DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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