Html Css Color HEX #338ABF Curious Blue

📋 copy color: '#338ABF'

red 51 ◦ green 138 ◦ blue 191

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

Shades of Curious Blue #338ABF

Tints of Curious Blue #338ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 13.42%
G = 36.32%
B = 50.26%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#338ABF (or 0x338ABF) is known color: Curious Blue. HEX triplet: 33, 8A and BF. RGB value is (51,138,191). Sum of RGB (Red+Green+Blue) = 51+138+191=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #338ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ABF is #CC7540. Grayscale: #757575. Windows color (decimal): -13399361 or 12552755. OLE color: 12552755.

HSL color Cylindrical-coordinate representation of color #338ABF: hue angle of 202.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338ABF is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 138 191 -
CMYK 0.73 0.28 0 0.25
HSL 202.71º 0.58% 0.47% -
HSV(B) 202.71º 0.73% 0.75% -
XYZ 19.86 22.64 52.61 -
YUV 118.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 51 138 191 0.73 0.28 0 0.25 202.71 0.58 0.47
Hex 33 8A BF 49 1C 0 19 CB 3A 2F
Octal 63 212 277 111 34 0 31 313 72 57
Binary 110011 10001010 10111111 1001001 11100 0 11001 11001011 111010 101111

Color Harmonies of #338ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ABF

Black with #338ABF

Text Example


Text Example

White with #338ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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