Html Css Color HEX #338BC6 Curious Blue

📋 copy color: '#338BC6'

red 51 ◦ green 139 ◦ blue 198

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

Shades of Curious Blue #338BC6

Tints of Curious Blue #338BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.82%

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 13.14%
G = 35.82%
B = 51.03%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#338BC6 (or 0x338BC6) is known color: Curious Blue. HEX triplet: 33, 8B and C6. RGB value is (51,139,198). Sum of RGB (Red+Green+Blue) = 51+139+198=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #338BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BC6 is #CC7439. Grayscale: #777777. Windows color (decimal): -13399098 or 13011763. OLE color: 13011763.

HSL color Cylindrical-coordinate representation of color #338BC6: hue angle of 204.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338BC6 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 139 198 -
CMYK 0.74 0.30 0 0.22
HSL 204.08º 0.59% 0.49% -
HSV(B) 204.08º 0.74% 0.78% -
XYZ 20.79 23.25 56.82 -
YUV 119.41 172.35 79.2 -
System Red Green Blue C M Y K H S L
Decimal 51 139 198 0.74 0.30 0 0.22 204.08 0.59 0.49
Hex 33 8B C6 4A 1E 0 16 CC 3B 31
Octal 63 213 306 112 36 0 26 314 73 61
Binary 110011 10001011 11000110 1001010 11110 0 10110 11001100 111011 110001

Color Harmonies of #338BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BC6

Black with #338BC6

Text Example


Text Example

White with #338BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,139,198); }

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

background-color css

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

 a { background-color: rgb(51,139,198); }

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

border-color css

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

 span { border-color: rgb(51,139,198); }

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