Html Css Color HEX #348BBB Curious Blue

📋 copy color: '#348BBB'

red 52 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #348BBB

Tints of Curious Blue #348BBB

RGB

 RED value IS 52 (20.7% from 255) = 13.76%

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 13.76%
G = 36.77%
B = 49.47%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348BBB (or 0x348BBB) is known color: Curious Blue. HEX triplet: 34, 8B and BB. RGB value is (52,139,187). Sum of RGB (Red+Green+Blue) = 52+139+187=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #348BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BBB is #CB7444. Grayscale: #767676. Windows color (decimal): -13333573 or 12290868. OLE color: 12290868.

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

Color convert

RGB 52 139 187 -
CMYK 0.72 0.26 0 0.27
HSL 201.33º 0.56% 0.47% -
HSV(B) 201.33º 0.72% 0.73% -
XYZ 19.62 22.78 50.38 -
YUV 118.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 52 139 187 0.72 0.26 0 0.27 201.33 0.56 0.47
Hex 34 8B BB 48 1A 0 1B C9 38 2F
Octal 64 213 273 110 32 0 33 311 70 57
Binary 110100 10001011 10111011 1001000 11010 0 11011 11001001 111000 101111

Color Harmonies of #348BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BBB

Black with #348BBB

Text Example


Text Example

White with #348BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348BBB; }

 p { color: rgb(52,139,187); }

 H1.HeaderClassName
 {
   color: #348BBB;
 }
 .AnyTagClassName
 {
   color: #348BBB;
 }
</style>

background-color css

<style>
 a { background-color: #348BBB; }

 a { background-color: rgb(52,139,187); }

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

border-color css

<style>
 span { border-color: #348BBB; }

 span { border-color: rgb(52,139,187); }

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