Html Css Color HEX #338CDA Curious Blue

📋 copy color: '#338CDA'

red 51 ◦ green 140 ◦ blue 218

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

Shades of Curious Blue #338CDA

Tints of Curious Blue #338CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 12.47%
G = 34.23%
B = 53.3%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#338CDA (or 0x338CDA) is known color: Curious Blue. HEX triplet: 33, 8C and DA. RGB value is (51,140,218). Sum of RGB (Red+Green+Blue) = 51+140+218=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #338CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CDA is #CC7325. Grayscale: #797979. Windows color (decimal): -13398822 or 14322739. OLE color: 14322739.

HSL color Cylindrical-coordinate representation of color #338CDA: hue angle of 208.02º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338CDA is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 140 218 -
CMYK 0.77 0.36 0 0.15
HSL 208.02º 0.69% 0.53% -
HSV(B) 208.02º 0.77% 0.85% -
XYZ 23.4 24.52 69.83 -
YUV 122.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 51 140 218 0.77 0.36 0 0.15 208.02 0.69 0.53
Hex 33 8C DA 4D 24 0 F D0 45 35
Octal 63 214 332 115 44 0 17 320 105 65
Binary 110011 10001100 11011010 1001101 100100 0 1111 11010000 1000101 110101

Color Harmonies of #338CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CDA

Black with #338CDA

Text Example


Text Example

White with #338CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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