Html Css Color HEX #338CBE Curious Blue

📋 copy color: '#338CBE'

red 51 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #338CBE

Tints of Curious Blue #338CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 13.39%
G = 36.75%
B = 49.87%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#338CBE (or 0x338CBE) is known color: Curious Blue. HEX triplet: 33, 8C and BE. RGB value is (51,140,190). Sum of RGB (Red+Green+Blue) = 51+140+190=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #338CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CBE is #CC7341. Grayscale: #767676. Windows color (decimal): -13398850 or 12487731. OLE color: 12487731.

HSL color Cylindrical-coordinate representation of color #338CBE: hue angle of 201.58º 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 #338CBE is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 140 190 -
CMYK 0.73 0.26 0 0.25
HSL 201.58º 0.58% 0.47% -
HSV(B) 201.58º 0.73% 0.75% -
XYZ 20.04 23.18 52.13 -
YUV 119.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 51 140 190 0.73 0.26 0 0.25 201.58 0.58 0.47
Hex 33 8C BE 49 1A 0 19 CA 3A 2F
Octal 63 214 276 111 32 0 31 312 72 57
Binary 110011 10001100 10111110 1001001 11010 0 11001 11001010 111010 101111

Color Harmonies of #338CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CBE

Black with #338CBE

Text Example


Text Example

White with #338CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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