Html Css Color HEX #348ABB Curious Blue

📋 copy color: '#348ABB'

red 52 ◦ green 138 ◦ blue 187

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

Shades of Curious Blue #348ABB

Tints of Curious Blue #348ABB

RGB

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

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

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

R = 13.79%
G = 36.6%
B = 49.6%

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

#348ABB (or 0x348ABB) is known color: Curious Blue. HEX triplet: 34, 8A and BB. RGB value is (52,138,187). Sum of RGB (Red+Green+Blue) = 52+138+187=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #348ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ABB is #CB7544. Grayscale: #757575. Windows color (decimal): -13333829 or 12290612. OLE color: 12290612.

HSL color Cylindrical-coordinate representation of color #348ABB: hue angle of 201.78º 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 #348ABB is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 138 187 -
CMYK 0.72 0.26 0 0.27
HSL 201.78º 0.56% 0.47% -
HSV(B) 201.78º 0.72% 0.73% -
XYZ 19.47 22.49 50.33 -
YUV 117.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 52 138 187 0.72 0.26 0 0.27 201.78 0.56 0.47
Hex 34 8A BB 48 1A 0 1B CA 38 2F
Octal 64 212 273 110 32 0 33 312 70 57
Binary 110100 10001010 10111011 1001000 11010 0 11011 11001010 111000 101111

Color Harmonies of #348ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ABB

Black with #348ABB

Text Example


Text Example

White with #348ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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