Html Css Color HEX #338ADA Curious Blue

📋 copy color: '#338ADA'

red 51 ◦ green 138 ◦ blue 218

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

Shades of Curious Blue #338ADA

Tints of Curious Blue #338ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

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

R = 12.53%
G = 33.91%
B = 53.56%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#338ADA (or 0x338ADA) is known color: Curious Blue. HEX triplet: 33, 8A and DA. RGB value is (51,138,218). Sum of RGB (Red+Green+Blue) = 51+138+218=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #338ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ADA is #CC7525. Grayscale: #787878. Windows color (decimal): -13399334 or 14322227. OLE color: 14322227.

HSL color Cylindrical-coordinate representation of color #338ADA: hue angle of 208.74º 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 #338ADA is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 138 218 -
CMYK 0.77 0.37 0 0.15
HSL 208.74º 0.69% 0.53% -
HSV(B) 208.74º 0.77% 0.85% -
XYZ 23.11 23.94 69.73 -
YUV 121.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 51 138 218 0.77 0.37 0 0.15 208.74 0.69 0.53
Hex 33 8A DA 4D 25 0 F D1 45 35
Octal 63 212 332 115 45 0 17 321 105 65
Binary 110011 10001010 11011010 1001101 100101 0 1111 11010001 1000101 110101

Color Harmonies of #338ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ADA

Black with #338ADA

Text Example


Text Example

White with #338ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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