Html Css Color HEX #338ABC Curious Blue

📋 copy color: '#338ABC'

red 51 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #338ABC

Tints of Curious Blue #338ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 13.53%
G = 36.6%
B = 49.87%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#338ABC (or 0x338ABC) is known color: Curious Blue. HEX triplet: 33, 8A and BC. RGB value is (51,138,188). Sum of RGB (Red+Green+Blue) = 51+138+188=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #338ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ABC is #CC7543. Grayscale: #757575. Windows color (decimal): -13399364 or 12356147. OLE color: 12356147.

HSL color Cylindrical-coordinate representation of color #338ABC: hue angle of 201.9º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338ABC is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 138 188 -
CMYK 0.73 0.27 0 0.26
HSL 201.9º 0.57% 0.47% -
HSV(B) 201.9º 0.73% 0.74% -
XYZ 19.53 22.51 50.89 -
YUV 117.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 51 138 188 0.73 0.27 0 0.26 201.9 0.57 0.47
Hex 33 8A BC 49 1B 0 1A CA 39 2F
Octal 63 212 274 111 33 0 32 312 71 57
Binary 110011 10001010 10111100 1001001 11011 0 11010 11001010 111001 101111

Color Harmonies of #338ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ABC

Black with #338ABC

Text Example


Text Example

White with #338ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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