Html Css Color HEX #388DD4 Curious Blue

📋 copy color: '#388DD4'

red 56 ◦ green 141 ◦ blue 212

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

Shades of Curious Blue #388DD4

Tints of Curious Blue #388DD4

RGB

 RED value IS 56 (22.27% from 255) = 13.69%

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 212 (83.2% from 255) = 51.83%

R = 13.69%
G = 34.47%
B = 51.83%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#388DD4 (or 0x388DD4) is known color: Curious Blue. HEX triplet: 38, 8D and D4. RGB value is (56,141,212). Sum of RGB (Red+Green+Blue) = 56+141+212=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #388DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD4 is #C7722B. Grayscale: #7B7B7B. Windows color (decimal): -13070892 or 13929784. OLE color: 13929784.

HSL color Cylindrical-coordinate representation of color #388DD4: hue angle of 207.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388DD4 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 141 212 -
CMYK 0.74 0.33 0 0.17
HSL 207.31º 0.64% 0.53% -
HSV(B) 207.31º 0.74% 0.83% -
XYZ 23.04 24.64 65.83 -
YUV 123.68 177.84 79.73 -
System Red Green Blue C M Y K H S L
Decimal 56 141 212 0.74 0.33 0 0.17 207.31 0.64 0.53
Hex 38 8D D4 4A 21 0 11 CF 40 35
Octal 70 215 324 112 41 0 21 317 100 65
Binary 111000 10001101 11010100 1001010 100001 0 10001 11001111 1000000 110101

Color Harmonies of #388DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DD4

Black with #388DD4

Text Example


Text Example

White with #388DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388DD4; }

 p { color: rgb(56,141,212); }

 H1.HeaderClassName
 {
   color: #388DD4;
 }
 .AnyTagClassName
 {
   color: #388DD4;
 }
</style>

background-color css

<style>
 a { background-color: #388DD4; }

 a { background-color: rgb(56,141,212); }

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

border-color css

<style>
 span { border-color: #388DD4; }

 span { border-color: rgb(56,141,212); }

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